COLOR #DAE4CD

HEX: #DAE4CD RGB: (218,228,205)

Color info

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

RGB color model

#DAE4CD color RGB value is (218,228,205).

RGB: (218,228,205) (85%, 89%, 80%)

RGB channels and saturation

R 218 of 255 = 85%
G 228 of 255 = 89%
B 205 of 255 = 80%

218
228
205

R + G + B ~ 85%. #DAE4CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 228 + 205 = 651 (100%)
R 218 of 651 ~ 33.49%
G 228 of 651 ~ 35.02%
B 205 of 651 ~ 31.49'%

%33.49
%35.02
%31.49

CMYK color model

#DAE4CD color CMYK value is (4,0,10,11).

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 10.09%
  • key color value is 10.59%
CMYK: (4,0,10,11) C4M0Y10K11 (4%,0%,10%,11%) (0.04/0.00/0.10/0.11) 

CMYK percentages

%4.39
%0
%10.09
%10.59

Codes

Color #DAE4CD in popluar color models

DA E4 CD
RGB 218 228 205
HSL 86° 29.87% 84.90%
HSB/HSV 86° 10.09% 89.41%
CMYK 4.39% 0.00% 10.09%
10.59%

Color #DAE4CD in popluar number systems.

HEX DA E4 CD
Decimal 218 228 205
Binary 11011010 11100100 11001101
Octal 332 344 315

Shades and tints

Shades of #DAE4CD

#DAE4CD
(218,228,205)
#C7D0BB
(199,208,187)
#B4BCA9
(180,188,169)
#A1A897
(161,168,151)
#8E9485
(142,148,133)
#7B8073
(123,128,115)
#686C61
(104,108,97)
#55584F
(85,88,79)
#42443D
(66,68,61)
#2F302B
(47,48,43)
#1C1C19
(28,28,25)
#000000
(0,0,0)

Tints of #DAE4CD

#DAE4CD
(218,228,205)
#DDE6D1
(221,230,209)
#E0E8D5
(224,232,213)
#E3EAD9
(227,234,217)
#E6ECDD
(230,236,221)
#E9EEE1
(233,238,225)
#ECF0E5
(236,240,229)
#EFF2E9
(239,242,233)
#F2F4ED
(242,244,237)
#F5F6F1
(245,246,241)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE4CD; }

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

This text font color is #DAE4CD.

Background Color

.myBgColor { background-color: #DAE4CD; }

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

This div background color is #DAE4CD.

Border color

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

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

This div border color is #DAE4CD.

Opacity

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

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

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

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

This text has shadow with #DAE4CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE4CD.

Preview

Color preview on black background

This text has color #DAE4CD on black background.


Color preview on white background

This text has color #DAE4CD on white background.


Black color preview on #DAE4CD background

This text has black color on #DAE4CD background.


White color preview on #DAE4CD background

This text has white color on #DAE4CD background.


Related colors

Complementary color

Complementary color for #hex is #251B32.


I love getcolorcode.com

Triadic colors

1 #CDDAE4 and #E4CDDA with #DAE4CD are triadic colors.

2 #CDE4DA and #E4DACD with #DAE4CD are triadic colors.