COLOR #DAEDDF

HEX: #DAEDDF RGB: (218,237,223)

Color info

#DAEDDF contains red, green and blue colors in about the same proportion. Web safe color of #DAEDDF is #CCFFCC (or #CFC).

RGB color model

#DAEDDF color RGB value is (218,237,223).

RGB: (218,237,223) (85%, 93%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 237 of 255 = 93%
B 223 of 255 = 87%

218
237
223

R + G + B ~ 88%. #DAEDDF is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 237 + 223 = 678 (100%)
R 218 of 678 ~ 32.15%
G 237 of 678 ~ 34.96%
B 223 of 678 ~ 32.89'%

%32.15
%34.96
%32.89

CMYK color model

#DAEDDF color CMYK value is (8,0,6,7).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 7.06%

CMYK: (8,0,6,7)
C8M0Y6K7 (8%, 0%, 6%, 7%)
(0.08 / 0.00 / 0.06 / 0.07)

CMYK percentages

%8.02
%0
%5.91
%7.06

Codes

Color #DAEDDF in popluar color models

DA ED DF
RGB 218 237 223
HSL 136° 34.55% 89.22%
HSB/HSV 136° 8.02% 92.94%
CMYK 8.02% 0.00% 5.91%
7.06%

Color #DAEDDF in popluar number systems.

HEX DA ED DF
Decimal 218 237 223
Binary 11011010 11101101 11011111
Octal 332 355 337

Shades and tints

Shades of #DAEDDF

#DAEDDF
(218,237,223)
#C7D8CB
(199,216,203)
#B4C3B7
(180,195,183)
#A1AEA3
(161,174,163)
#8E998F
(142,153,143)
#7B847B
(123,132,123)
#686F67
(104,111,103)
#555A53
(85,90,83)
#42453F
(66,69,63)
#2F302B
(47,48,43)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #DAEDDF

#DAEDDF
(218,237,223)
#DDEEE1
(221,238,225)
#E0EFE3
(224,239,227)
#E3F0E5
(227,240,229)
#E6F1E7
(230,241,231)
#E9F2E9
(233,242,233)
#ECF3EB
(236,243,235)
#EFF4ED
(239,244,237)
#F2F5EF
(242,245,239)
#F5F6F1
(245,246,241)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEDDF color. Also use rgb(218,237,223) instead hex code.

Text Font Color

.myTextColor { color: #DAEDDF; }

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

This text font color is #DAEDDF.

Background Color

.myBgColor { background-color: #DAEDDF; }

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

This div background color is #DAEDDF.

Border color

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

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

This div border color is #DAEDDF.

Opacity

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

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

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

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

This text has shadow with #DAEDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEDDF.

Preview

Color preview on black background

This text has color #DAEDDF on black background.


Color preview on white background

This text has color #DAEDDF on white background.


Black color preview on #DAEDDF background

This text has black color on #DAEDDF background.


White color preview on #DAEDDF background

This text has white color on #DAEDDF background.


Related colors

Complementary color

Complementary color for #hex is #251220.


I love getcolorcode.com

Triadic colors

1 #DFDAED and #EDDFDA with #DAEDDF are triadic colors.

2 #DFEDDA and #EDDADF with #DAEDDF are triadic colors.