COLOR #DAE4DD

HEX: #DAE4DD RGB: (218,228,221)

Color info

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

RGB color model

#DAE4DD color RGB value is (218,228,221).

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

RGB channels and saturation

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

218
228
221

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

Portions of RGB colors in percentages

R + G + B = 218 + 228 + 221 = 667 (100%)
R 218 of 667 ~ 32.68%
G 228 of 667 ~ 34.18%
B 221 of 667 ~ 33.13'%

%32.68
%34.18
%33.13

CMYK color model

#DAE4DD color CMYK value is (4,0,3,11).

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 3.07%
  • key color value is 10.59%

CMYK: (4,0,3,11)
C4M0Y3K11 (4%, 0%, 3%, 11%)
(0.04 / 0.00 / 0.03 / 0.11)

CMYK percentages

%4.39
%0
%3.07
%10.59

Codes

Color #DAE4DD in popluar color models

DA E4 DD
RGB 218 228 221
HSL 138° 15.63% 87.45%
HSB/HSV 138° 4.39% 89.41%
CMYK 4.39% 0.00% 3.07%
10.59%

Color #DAE4DD in popluar number systems.

HEX DA E4 DD
Decimal 218 228 221
Binary 11011010 11100100 11011101
Octal 332 344 335

Shades and tints

Shades of #DAE4DD

#DAE4DD
(218,228,221)
#C7D0C9
(199,208,201)
#B4BCB5
(180,188,181)
#A1A8A1
(161,168,161)
#8E948D
(142,148,141)
#7B8079
(123,128,121)
#686C65
(104,108,101)
#555851
(85,88,81)
#42443D
(66,68,61)
#2F3029
(47,48,41)
#1C1C15
(28,28,21)
#000000
(0,0,0)

Tints of #DAE4DD

#DAE4DD
(218,228,221)
#DDE6E0
(221,230,224)
#E0E8E3
(224,232,227)
#E3EAE6
(227,234,230)
#E6ECE9
(230,236,233)
#E9EEEC
(233,238,236)
#ECF0EF
(236,240,239)
#EFF2F2
(239,242,242)
#F2F4F5
(242,244,245)
#F5F6F8
(245,246,248)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE4DD; }

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

This text font color is #DAE4DD.

Background Color

.myBgColor { background-color: #DAE4DD; }

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

This div background color is #DAE4DD.

Border color

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

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

This div border color is #DAE4DD.

Opacity

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

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

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

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

This text has shadow with #DAE4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE4DD.

Preview

Color preview on black background

This text has color #DAE4DD on black background.


Color preview on white background

This text has color #DAE4DD on white background.


Black color preview on #DAE4DD background

This text has black color on #DAE4DD background.


White color preview on #DAE4DD background

This text has white color on #DAE4DD background.


Related colors

Complementary color

Complementary color for #hex is #251B22.


I love getcolorcode.com

Triadic colors

1 #DDDAE4 and #E4DDDA with #DAE4DD are triadic colors.

2 #DDE4DA and #E4DADD with #DAE4DD are triadic colors.