COLOR #DAE4CC

HEX: #DAE4CC RGB: (218,228,204)

Color info

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

RGB color model

#DAE4CC color RGB value is (218,228,204).

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

RGB channels and saturation

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

218
228
204

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

Portions of RGB colors in percentages

R + G + B = 218 + 228 + 204 = 650 (100%)
R 218 of 650 ~ 33.54%
G 228 of 650 ~ 35.08%
B 204 of 650 ~ 31.38'%

%33.54
%35.08
%31.38

CMYK color model

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

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 10.59%
CMYK: (4,0,11,11) C4M0Y11K11 (4%,0%,11%,11%) (0.04/0.00/0.11/0.11) 

CMYK percentages

%4.39
%0
%10.53
%10.59

Codes

Color #DAE4CC in popluar color models

DA E4 CC
RGB 218 228 204
HSL 85° 30.77% 84.71%
HSB/HSV 85° 10.53% 89.41%
CMYK 4.39% 0.00% 10.53%
10.59%

Color #DAE4CC in popluar number systems.

HEX DA E4 CC
Decimal 218 228 204
Binary 11011010 11100100 11001100
Octal 332 344 314

Shades and tints

Shades of #DAE4CC

#DAE4CC
(218,228,204)
#C7D0BA
(199,208,186)
#B4BCA8
(180,188,168)
#A1A896
(161,168,150)
#8E9484
(142,148,132)
#7B8072
(123,128,114)
#686C60
(104,108,96)
#55584E
(85,88,78)
#42443C
(66,68,60)
#2F302A
(47,48,42)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #DAE4CC

#DAE4CC
(218,228,204)
#DDE6D0
(221,230,208)
#E0E8D4
(224,232,212)
#E3EAD8
(227,234,216)
#E6ECDC
(230,236,220)
#E9EEE0
(233,238,224)
#ECF0E4
(236,240,228)
#EFF2E8
(239,242,232)
#F2F4EC
(242,244,236)
#F5F6F0
(245,246,240)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE4CC; }

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

This text font color is #DAE4CC.

Background Color

.myBgColor { background-color: #DAE4CC; }

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

This div background color is #DAE4CC.

Border color

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

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

This div border color is #DAE4CC.

Opacity

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

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

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

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

This text has shadow with #DAE4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE4CC.

Preview

Color preview on black background

This text has color #DAE4CC on black background.


Color preview on white background

This text has color #DAE4CC on white background.


Black color preview on #DAE4CC background

This text has black color on #DAE4CC background.


White color preview on #DAE4CC background

This text has white color on #DAE4CC background.


Related colors

Complementary color

Complementary color for #hex is #251B33.


I love getcolorcode.com

Triadic colors

1 #CCDAE4 and #E4CCDA with #DAE4CC are triadic colors.

2 #CCE4DA and #E4DACC with #DAE4CC are triadic colors.