COLOR #DEE6FB

HEX: #DEE6FB RGB: (222,230,251)

Color info

#DEE6FB contains red, green and blue colors in about the same proportion. Web safe color of #DEE6FB is #CCCCFF (or #CCF).

RGB color model

#DEE6FB color RGB value is (222,230,251).

RGB: (222,230,251) (87%, 90%, 98%)

RGB channels and saturation

R 222 of 255 = 87%
G 230 of 255 = 90%
B 251 of 255 = 98%

222
230
251

R + G + B ~ 92%. #DEE6FB is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 230 + 251 = 703 (100%)
R 222 of 703 ~ 31.58%
G 230 of 703 ~ 32.72%
B 251 of 703 ~ 35.7'%

%31.58
%32.72
%35.7

CMYK color model

#DEE6FB color CMYK value is (12,8,0,2).

  • cyan value is 11.55%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (12,8,0,2)
C12M8Y0K2 (12%, 8%, 0%, 2%)
(0.12 / 0.08 / 0.00 / 0.02)

CMYK percentages

%11.55
%8.37
%0
%1.57

Codes

Color #DEE6FB in popluar color models

DE E6 FB
RGB 222 230 251
HSL 223° 78.38% 92.75%
HSB/HSV 223° 11.55% 98.43%
CMYK 11.55% 8.37% 0.00%
1.57%

Color #DEE6FB in popluar number systems.

HEX DE E6 FB
Decimal 222 230 251
Binary 11011110 11100110 11111011
Octal 336 346 373

Shades and tints

Shades of #DEE6FB

#DEE6FB
(222,230,251)
#CAD2E5
(202,210,229)
#B6BECF
(182,190,207)
#A2AAB9
(162,170,185)
#8E96A3
(142,150,163)
#7A828D
(122,130,141)
#666E77
(102,110,119)
#525A61
(82,90,97)
#3E464B
(62,70,75)
#2A3235
(42,50,53)
#161E1F
(22,30,31)
#000000
(0,0,0)

Tints of #DEE6FB

#DEE6FB
(222,230,251)
#E1E8FB
(225,232,251)
#E4EAFB
(228,234,251)
#E7ECFB
(231,236,251)
#EAEEFB
(234,238,251)
#EDF0FB
(237,240,251)
#F0F2FB
(240,242,251)
#F3F4FB
(243,244,251)
#F6F6FB
(246,246,251)
#F9F8FB
(249,248,251)
#FCFAFB
(252,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE6FB color. Also use rgb(222,230,251) instead hex code.

Text Font Color

.myTextColor { color: #DEE6FB; }

<p style="color:#DEE6FB">This sample text font color is #DEE6FB.</p>

This text font color is #DEE6FB.

Background Color

.myBgColor { background-color: #DEE6FB; }

<div style="background-color:#DEE6FB">Inner text</div>

This div background color is #DEE6FB.

Border color

.myBorderColor { border: 1px solid #DEE6FB; }

<div style="border:3px solid #DEE6FB">Div</div>

This div border color is #DEE6FB.

Opacity

.myOpacity80 { color: #DEE6FB; opacity: 0.8; }

<p style="color:#DEE6FB;opacity:0.8;">80%</p>

Text with #DEE6FB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DEE6FB;}

<p style="text-shadow: 3px 3px 1px #DEE6FB">Text here.</p>

This text has shadow with #DEE6FB color.


.textShadow {text-shadow: 3px 3px 1px #DEE6FB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DEE6FB, 5px 5px 20px red">Text here.</p>

This text has shadow with #DEE6FB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DEE6FB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DEE6FB, Direction=45, Strength=4)">Text</p>

This text has shadow with #DEE6FB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DEE6FB;
-webkit-box-shadow: 1px 1px 3px 2px #DEE6FB;
box-shadow: 1px 1px 3px 2px #DEE6FB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DEE6FB; -webkit-box-shadow: 1px 1px 3px 2px #DEE6FB; box-shadow:1px 1px 3px 2px #DEE6FB;">
Div content here
</div>

This div box has shadow with color #DEE6FB.

Preview

Color preview on black background

This text has color #DEE6FB on black background.


Color preview on white background

This text has color #DEE6FB on white background.


Black color preview on #DEE6FB background

This text has black color on #DEE6FB background.


White color preview on #DEE6FB background

This text has white color on #DEE6FB background.


Related colors

Complementary color

Complementary color for #hex is #211904.


I love getcolorcode.com

Triadic colors

1 #FBDEE6 and #E6FBDE with #DEE6FB are triadic colors.

2 #FBE6DE and #E6DEFB with #DEE6FB are triadic colors.