COLOR #DAE1DD

HEX: #DAE1DD RGB: (218,225,221)

Color info

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

RGB color model

#DAE1DD color RGB value is (218,225,221).

RGB: (218,225,221) (85%, 88%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 225 of 255 = 88%
B 221 of 255 = 87%

218
225
221

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

Portions of RGB colors in percentages

R + G + B = 218 + 225 + 221 = 664 (100%)
R 218 of 664 ~ 32.83%
G 225 of 664 ~ 33.89%
B 221 of 664 ~ 33.28'%

%32.83
%33.89
%33.28

CMYK color model

#DAE1DD color CMYK value is (3,0,2,12).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 1.78%
  • key color value is 11.76%

CMYK: (3,0,2,12)
C3M0Y2K12 (3%, 0%, 2%, 12%)
(0.03 / 0.00 / 0.02 / 0.12)

CMYK percentages

%3.11
%0
%1.78
%11.76

Codes

Color #DAE1DD in popluar color models

DA E1 DD
RGB 218 225 221
HSL 146° 10.45% 86.86%
HSB/HSV 146° 3.11% 88.24%
CMYK 3.11% 0.00% 1.78%
11.76%

Color #DAE1DD in popluar number systems.

HEX DA E1 DD
Decimal 218 225 221
Binary 11011010 11100001 11011101
Octal 332 341 335

Shades and tints

Shades of #DAE1DD

#DAE1DD
(218,225,221)
#C7CDC9
(199,205,201)
#B4B9B5
(180,185,181)
#A1A5A1
(161,165,161)
#8E918D
(142,145,141)
#7B7D79
(123,125,121)
#686965
(104,105,101)
#555551
(85,85,81)
#42413D
(66,65,61)
#2F2D29
(47,45,41)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #DAE1DD

#DAE1DD
(218,225,221)
#DDE3E0
(221,227,224)
#E0E5E3
(224,229,227)
#E3E7E6
(227,231,230)
#E6E9E9
(230,233,233)
#E9EBEC
(233,235,236)
#ECEDEF
(236,237,239)
#EFEFF2
(239,239,242)
#F2F1F5
(242,241,245)
#F5F3F8
(245,243,248)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE1DD; }

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

This text font color is #DAE1DD.

Background Color

.myBgColor { background-color: #DAE1DD; }

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

This div background color is #DAE1DD.

Border color

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

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

This div border color is #DAE1DD.

Opacity

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

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

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

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

This text has shadow with #DAE1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE1DD.

Preview

Color preview on black background

This text has color #DAE1DD on black background.


Color preview on white background

This text has color #DAE1DD on white background.


Black color preview on #DAE1DD background

This text has black color on #DAE1DD background.


White color preview on #DAE1DD background

This text has white color on #DAE1DD background.


Related colors

Complementary color

Complementary color for #hex is #251E22.


I love getcolorcode.com

Triadic colors

1 #DDDAE1 and #E1DDDA with #DAE1DD are triadic colors.

2 #DDE1DA and #E1DADD with #DAE1DD are triadic colors.