COLOR #DAEBDF

HEX: #DAEBDF RGB: (218,235,223)

Color info

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

RGB color model

#DAEBDF color RGB value is (218,235,223).

RGB: (218,235,223) (85%, 92%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 235 of 255 = 92%
B 223 of 255 = 87%

218
235
223

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

Portions of RGB colors in percentages

R + G + B = 218 + 235 + 223 = 676 (100%)
R 218 of 676 ~ 32.25%
G 235 of 676 ~ 34.76%
B 223 of 676 ~ 32.99'%

%32.25
%34.76
%32.99

CMYK color model

#DAEBDF color CMYK value is (7,0,5,8).

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 5.11%
  • key color value is 7.84%

CMYK: (7,0,5,8)
C7M0Y5K8 (7%, 0%, 5%, 8%)
(0.07 / 0.00 / 0.05 / 0.08)

CMYK percentages

%7.23
%0
%5.11
%7.84

Codes

Color #DAEBDF in popluar color models

DA EB DF
RGB 218 235 223
HSL 138° 29.82% 88.82%
HSB/HSV 138° 7.23% 92.16%
CMYK 7.23% 0.00% 5.11%
7.84%

Color #DAEBDF in popluar number systems.

HEX DA EB DF
Decimal 218 235 223
Binary 11011010 11101011 11011111
Octal 332 353 337

Shades and tints

Shades of #DAEBDF

#DAEBDF
(218,235,223)
#C7D6CB
(199,214,203)
#B4C1B7
(180,193,183)
#A1ACA3
(161,172,163)
#8E978F
(142,151,143)
#7B827B
(123,130,123)
#686D67
(104,109,103)
#555853
(85,88,83)
#42433F
(66,67,63)
#2F2E2B
(47,46,43)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #DAEBDF

#DAEBDF
(218,235,223)
#DDECE1
(221,236,225)
#E0EDE3
(224,237,227)
#E3EEE5
(227,238,229)
#E6EFE7
(230,239,231)
#E9F0E9
(233,240,233)
#ECF1EB
(236,241,235)
#EFF2ED
(239,242,237)
#F2F3EF
(242,243,239)
#F5F4F1
(245,244,241)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBDF; }

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

This text font color is #DAEBDF.

Background Color

.myBgColor { background-color: #DAEBDF; }

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

This div background color is #DAEBDF.

Border color

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

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

This div border color is #DAEBDF.

Opacity

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

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

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

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

This text has shadow with #DAEBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEBDF.

Preview

Color preview on black background

This text has color #DAEBDF on black background.


Color preview on white background

This text has color #DAEBDF on white background.


Black color preview on #DAEBDF background

This text has black color on #DAEBDF background.


White color preview on #DAEBDF background

This text has white color on #DAEBDF background.


Related colors

Complementary color

Complementary color for #hex is #251420.


I love getcolorcode.com

Triadic colors

1 #DFDAEB and #EBDFDA with #DAEBDF are triadic colors.

2 #DFEBDA and #EBDADF with #DAEBDF are triadic colors.