COLOR #DAE5DE

HEX: #DAE5DE RGB: (218,229,222)

Color info

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

RGB color model

#DAE5DE color RGB value is (218,229,222).

RGB: (218,229,222) (85%, 90%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 229 of 255 = 90%
B 222 of 255 = 87%

218
229
222

R + G + B ~ 87%. #DAE5DE is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 229 + 222 = 669 (100%)
R 218 of 669 ~ 32.59%
G 229 of 669 ~ 34.23%
B 222 of 669 ~ 33.18'%

%32.59
%34.23
%33.18

CMYK color model

#DAE5DE color CMYK value is (5,0,3,10).

  • cyan value is 4.80%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 10.20%
CMYK: (5,0,3,10) C5M0Y3K10 (5%,0%,3%,10%) (0.05/0.00/0.03/0.10) 

CMYK percentages

%4.8
%0
%3.06
%10.2

Codes

Color #DAE5DE in popluar color models

DA E5 DE
RGB 218 229 222
HSL 142° 17.46% 87.65%
HSB/HSV 142° 4.80% 89.80%
CMYK 4.80% 0.00% 3.06%
10.20%

Color #DAE5DE in popluar number systems.

HEX DA E5 DE
Decimal 218 229 222
Binary 11011010 11100101 11011110
Octal 332 345 336

Shades and tints

Shades of #DAE5DE

#DAE5DE
(218,229,222)
#C7D1CA
(199,209,202)
#B4BDB6
(180,189,182)
#A1A9A2
(161,169,162)
#8E958E
(142,149,142)
#7B817A
(123,129,122)
#686D66
(104,109,102)
#555952
(85,89,82)
#42453E
(66,69,62)
#2F312A
(47,49,42)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #DAE5DE

#DAE5DE
(218,229,222)
#DDE7E1
(221,231,225)
#E0E9E4
(224,233,228)
#E3EBE7
(227,235,231)
#E6EDEA
(230,237,234)
#E9EFED
(233,239,237)
#ECF1F0
(236,241,240)
#EFF3F3
(239,243,243)
#F2F5F6
(242,245,246)
#F5F7F9
(245,247,249)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE5DE; }

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

This text font color is #DAE5DE.

Background Color

.myBgColor { background-color: #DAE5DE; }

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

This div background color is #DAE5DE.

Border color

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

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

This div border color is #DAE5DE.

Opacity

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

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

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

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

This text has shadow with #DAE5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE5DE.

Preview

Color preview on black background

This text has color #DAE5DE on black background.


Color preview on white background

This text has color #DAE5DE on white background.


Black color preview on #DAE5DE background

This text has black color on #DAE5DE background.


White color preview on #DAE5DE background

This text has white color on #DAE5DE background.


Related colors

Complementary color

Complementary color for #hex is #251A21.


I love getcolorcode.com

Triadic colors

1 #DEDAE5 and #E5DEDA with #DAE5DE are triadic colors.

2 #DEE5DA and #E5DADE with #DAE5DE are triadic colors.