COLOR #DEE3EB

HEX: #DEE3EB RGB: (222,227,235)

Color info

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

RGB color model

#DEE3EB color RGB value is (222,227,235).

RGB: (222,227,235) (87%, 89%, 92%)

RGB channels and saturation

R 222 of 255 = 87%
G 227 of 255 = 89%
B 235 of 255 = 92%

222
227
235

R + G + B ~ 89%. #DEE3EB is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 227 + 235 = 684 (100%)
R 222 of 684 ~ 32.46%
G 227 of 684 ~ 33.19%
B 235 of 684 ~ 34.36'%

%32.46
%33.19
%34.36

CMYK color model

#DEE3EB color CMYK value is (6,3,0,8).

  • cyan value is 5.53%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (6,3,0,8)
C6M3Y0K8 (6%, 3%, 0%, 8%)
(0.06 / 0.03 / 0.00 / 0.08)

CMYK percentages

%5.53
%3.4
%0
%7.84

Codes

Color #DEE3EB in popluar color models

DE E3 EB
RGB 222 227 235
HSL 217° 24.53% 89.61%
HSB/HSV 217° 5.53% 92.16%
CMYK 5.53% 3.40% 0.00%
7.84%

Color #DEE3EB in popluar number systems.

HEX DE E3 EB
Decimal 222 227 235
Binary 11011110 11100011 11101011
Octal 336 343 353

Shades and tints

Shades of #DEE3EB

#DEE3EB
(222,227,235)
#CACFD6
(202,207,214)
#B6BBC1
(182,187,193)
#A2A7AC
(162,167,172)
#8E9397
(142,147,151)
#7A7F82
(122,127,130)
#666B6D
(102,107,109)
#525758
(82,87,88)
#3E4343
(62,67,67)
#2A2F2E
(42,47,46)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #DEE3EB

#DEE3EB
(222,227,235)
#E1E5EC
(225,229,236)
#E4E7ED
(228,231,237)
#E7E9EE
(231,233,238)
#EAEBEF
(234,235,239)
#EDEDF0
(237,237,240)
#F0EFF1
(240,239,241)
#F3F1F2
(243,241,242)
#F6F3F3
(246,243,243)
#F9F5F4
(249,245,244)
#FCF7F5
(252,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE3EB color. Also use rgb(222,227,235) instead hex code.

Text Font Color

.myTextColor { color: #DEE3EB; }

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

This text font color is #DEE3EB.

Background Color

.myBgColor { background-color: #DEE3EB; }

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

This div background color is #DEE3EB.

Border color

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

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

This div border color is #DEE3EB.

Opacity

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

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

Text with #DEE3EB 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 #DEE3EB;}

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

This text has shadow with #DEE3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE3EB.

Preview

Color preview on black background

This text has color #DEE3EB on black background.


Color preview on white background

This text has color #DEE3EB on white background.


Black color preview on #DEE3EB background

This text has black color on #DEE3EB background.


White color preview on #DEE3EB background

This text has white color on #DEE3EB background.


Related colors

Complementary color

Complementary color for #hex is #211C14.


I love getcolorcode.com

Triadic colors

1 #EBDEE3 and #E3EBDE with #DEE3EB are triadic colors.

2 #EBE3DE and #E3DEEB with #DEE3EB are triadic colors.