COLOR #DAE2E5

HEX: #DAE2E5 RGB: (218,226,229)

Color info

#DAE2E5 contains red, green and blue colors in about the same proportion. Web safe color of #DAE2E5 is #CCCCCC (or #CCC).

RGB color model

#DAE2E5 color RGB value is (218,226,229).

RGB: (218,226,229) (85%, 89%, 90%)

RGB channels and saturation

R 218 of 255 = 85%
G 226 of 255 = 89%
B 229 of 255 = 90%

218
226
229

R + G + B ~ 88%. #DAE2E5 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 226 + 229 = 673 (100%)
R 218 of 673 ~ 32.39%
G 226 of 673 ~ 33.58%
B 229 of 673 ~ 34.03'%

%32.39
%33.58
%34.03

CMYK color model

#DAE2E5 color CMYK value is (5,1,0,10).

  • cyan value is 4.80%
  • magenta value is 1.31%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (5,1,0,10)
C5M1Y0K10 (5%, 1%, 0%, 10%)
(0.05 / 0.01 / 0.00 / 0.10)

CMYK percentages

%4.8
%1.31
%0
%10.2

Codes

Color #DAE2E5 in popluar color models

DA E2 E5
RGB 218 226 229
HSL 196° 17.46% 87.65%
HSB/HSV 196° 4.80% 89.80%
CMYK 4.80% 1.31% 0.00%
10.20%

Color #DAE2E5 in popluar number systems.

HEX DA E2 E5
Decimal 218 226 229
Binary 11011010 11100010 11100101
Octal 332 342 345

Shades and tints

Shades of #DAE2E5

#DAE2E5
(218,226,229)
#C7CED1
(199,206,209)
#B4BABD
(180,186,189)
#A1A6A9
(161,166,169)
#8E9295
(142,146,149)
#7B7E81
(123,126,129)
#686A6D
(104,106,109)
#555659
(85,86,89)
#424245
(66,66,69)
#2F2E31
(47,46,49)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #DAE2E5

#DAE2E5
(218,226,229)
#DDE4E7
(221,228,231)
#E0E6E9
(224,230,233)
#E3E8EB
(227,232,235)
#E6EAED
(230,234,237)
#E9ECEF
(233,236,239)
#ECEEF1
(236,238,241)
#EFF0F3
(239,240,243)
#F2F2F5
(242,242,245)
#F5F4F7
(245,244,247)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE2E5 color. Also use rgb(218,226,229) instead hex code.

Text Font Color

.myTextColor { color: #DAE2E5; }

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

This text font color is #DAE2E5.

Background Color

.myBgColor { background-color: #DAE2E5; }

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

This div background color is #DAE2E5.

Border color

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

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

This div border color is #DAE2E5.

Opacity

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

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

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

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

This text has shadow with #DAE2E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE2E5.

Preview

Color preview on black background

This text has color #DAE2E5 on black background.


Color preview on white background

This text has color #DAE2E5 on white background.


Black color preview on #DAE2E5 background

This text has black color on #DAE2E5 background.


White color preview on #DAE2E5 background

This text has white color on #DAE2E5 background.


Related colors

Complementary color

Complementary color for #hex is #251D1A.


I love getcolorcode.com

Triadic colors

1 #E5DAE2 and #E2E5DA with #DAE2E5 are triadic colors.

2 #E5E2DA and #E2DAE5 with #DAE2E5 are triadic colors.