COLOR #DAE2DD

HEX: #DAE2DD RGB: (218,226,221)

Color info

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

RGB color model

#DAE2DD color RGB value is (218,226,221).

RGB: (218,226,221) (85%, 89%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 226 of 255 = 89%
B 221 of 255 = 87%

218
226
221

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

Portions of RGB colors in percentages

R + G + B = 218 + 226 + 221 = 665 (100%)
R 218 of 665 ~ 32.78%
G 226 of 665 ~ 33.98%
B 221 of 665 ~ 33.23'%

%32.78
%33.98
%33.23

CMYK color model

#DAE2DD color CMYK value is (4,0,2,11).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 11.37%

CMYK: (4,0,2,11)
C4M0Y2K11 (4%, 0%, 2%, 11%)
(0.04 / 0.00 / 0.02 / 0.11)

CMYK percentages

%3.54
%0
%2.21
%11.37

Codes

Color #DAE2DD in popluar color models

DA E2 DD
RGB 218 226 221
HSL 143° 12.12% 87.06%
HSB/HSV 143° 3.54% 88.63%
CMYK 3.54% 0.00% 2.21%
11.37%

Color #DAE2DD in popluar number systems.

HEX DA E2 DD
Decimal 218 226 221
Binary 11011010 11100010 11011101
Octal 332 342 335

Shades and tints

Shades of #DAE2DD

#DAE2DD
(218,226,221)
#C7CEC9
(199,206,201)
#B4BAB5
(180,186,181)
#A1A6A1
(161,166,161)
#8E928D
(142,146,141)
#7B7E79
(123,126,121)
#686A65
(104,106,101)
#555651
(85,86,81)
#42423D
(66,66,61)
#2F2E29
(47,46,41)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #DAE2DD

#DAE2DD
(218,226,221)
#DDE4E0
(221,228,224)
#E0E6E3
(224,230,227)
#E3E8E6
(227,232,230)
#E6EAE9
(230,234,233)
#E9ECEC
(233,236,236)
#ECEEEF
(236,238,239)
#EFF0F2
(239,240,242)
#F2F2F5
(242,242,245)
#F5F4F8
(245,244,248)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE2DD; }

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

This text font color is #DAE2DD.

Background Color

.myBgColor { background-color: #DAE2DD; }

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

This div background color is #DAE2DD.

Border color

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

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

This div border color is #DAE2DD.

Opacity

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

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

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

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

This text has shadow with #DAE2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE2DD.

Preview

Color preview on black background

This text has color #DAE2DD on black background.


Color preview on white background

This text has color #DAE2DD on white background.


Black color preview on #DAE2DD background

This text has black color on #DAE2DD background.


White color preview on #DAE2DD background

This text has white color on #DAE2DD background.


Related colors

Complementary color

Complementary color for #hex is #251D22.


I love getcolorcode.com

Triadic colors

1 #DDDAE2 and #E2DDDA with #DAE2DD are triadic colors.

2 #DDE2DA and #E2DADD with #DAE2DD are triadic colors.