COLOR #DAEEDB

HEX: #DAEEDB RGB: (218,238,219)

Color info

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

RGB color model

#DAEEDB color RGB value is (218,238,219).

RGB: (218,238,219) (85%, 93%, 86%)

RGB channels and saturation

R 218 of 255 = 85%
G 238 of 255 = 93%
B 219 of 255 = 86%

218
238
219

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

Portions of RGB colors in percentages

R + G + B = 218 + 238 + 219 = 675 (100%)
R 218 of 675 ~ 32.3%
G 238 of 675 ~ 35.26%
B 219 of 675 ~ 32.44'%

%32.3
%35.26
%32.44

CMYK color model

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

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 6.67%
CMYK: (8,0,8,7) C8M0Y8K7 (8%,0%,8%,7%) (0.08/0.00/0.08/0.07) 

CMYK percentages

%8.4
%0
%7.98
%6.67

Codes

Color #DAEEDB in popluar color models

DA EE DB
RGB 218 238 219
HSL 123° 37.04% 89.41%
HSB/HSV 123° 8.40% 93.33%
CMYK 8.40% 0.00% 7.98%
6.67%

Color #DAEEDB in popluar number systems.

HEX DA EE DB
Decimal 218 238 219
Binary 11011010 11101110 11011011
Octal 332 356 333

Shades and tints

Shades of #DAEEDB

#DAEEDB
(218,238,219)
#C7D9C8
(199,217,200)
#B4C4B5
(180,196,181)
#A1AFA2
(161,175,162)
#8E9A8F
(142,154,143)
#7B857C
(123,133,124)
#687069
(104,112,105)
#555B56
(85,91,86)
#424643
(66,70,67)
#2F3130
(47,49,48)
#1C1C1D
(28,28,29)
#000000
(0,0,0)

Tints of #DAEEDB

#DAEEDB
(218,238,219)
#DDEFDE
(221,239,222)
#E0F0E1
(224,240,225)
#E3F1E4
(227,241,228)
#E6F2E7
(230,242,231)
#E9F3EA
(233,243,234)
#ECF4ED
(236,244,237)
#EFF5F0
(239,245,240)
#F2F6F3
(242,246,243)
#F5F7F6
(245,247,246)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEEDB color. Also use rgb(218,238,219) instead hex code.

Text Font Color

.myTextColor { color: #DAEEDB; }

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

This text font color is #DAEEDB.

Background Color

.myBgColor { background-color: #DAEEDB; }

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

This div background color is #DAEEDB.

Border color

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

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

This div border color is #DAEEDB.

Opacity

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

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

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

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

This text has shadow with #DAEEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEEDB.

Preview

Color preview on black background

This text has color #DAEEDB on black background.


Color preview on white background

This text has color #DAEEDB on white background.


Black color preview on #DAEEDB background

This text has black color on #DAEEDB background.


White color preview on #DAEEDB background

This text has white color on #DAEEDB background.


Related colors

Complementary color

Complementary color for #hex is #251124.


I love getcolorcode.com

Triadic colors

1 #DBDAEE and #EEDBDA with #DAEEDB are triadic colors.

2 #DBEEDA and #EEDADB with #DAEEDB are triadic colors.