COLOR #DAEEEA

HEX: #DAEEEA RGB: (218,238,234)

Color info

#DAEEEA contains red, green and blue colors in about the same proportion. Web safe color of #DAEEEA is #CCFFFF (or #CFF).

RGB color model

#DAEEEA color RGB value is (218,238,234).

RGB: (218,238,234) (85%, 93%, 92%)

RGB channels and saturation

R 218 of 255 = 85%
G 238 of 255 = 93%
B 234 of 255 = 92%

218
238
234

R + G + B ~ 90%. #DAEEEA is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 238 + 234 = 690 (100%)
R 218 of 690 ~ 31.59%
G 238 of 690 ~ 34.49%
B 234 of 690 ~ 33.91'%

%31.59
%34.49
%33.91

CMYK color model

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

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 1.68%
  • key color value is 6.67%

CMYK: (8,0,2,7)
C8M0Y2K7 (8%, 0%, 2%, 7%)
(0.08 / 0.00 / 0.02 / 0.07)

CMYK percentages

%8.4
%0
%1.68
%6.67

Codes

Color #DAEEEA in popluar color models

DA EE EA
RGB 218 238 234
HSL 168° 37.04% 89.41%
HSB/HSV 168° 8.40% 93.33%
CMYK 8.40% 0.00% 1.68%
6.67%

Color #DAEEEA in popluar number systems.

HEX DA EE EA
Decimal 218 238 234
Binary 11011010 11101110 11101010
Octal 332 356 352

Shades and tints

Shades of #DAEEEA

#DAEEEA
(218,238,234)
#C7D9D5
(199,217,213)
#B4C4C0
(180,196,192)
#A1AFAB
(161,175,171)
#8E9A96
(142,154,150)
#7B8581
(123,133,129)
#68706C
(104,112,108)
#555B57
(85,91,87)
#424642
(66,70,66)
#2F312D
(47,49,45)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #DAEEEA

#DAEEEA
(218,238,234)
#DDEFEB
(221,239,235)
#E0F0EC
(224,240,236)
#E3F1ED
(227,241,237)
#E6F2EE
(230,242,238)
#E9F3EF
(233,243,239)
#ECF4F0
(236,244,240)
#EFF5F1
(239,245,241)
#F2F6F2
(242,246,242)
#F5F7F3
(245,247,243)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEEEA; }

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

This text font color is #DAEEEA.

Background Color

.myBgColor { background-color: #DAEEEA; }

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

This div background color is #DAEEEA.

Border color

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

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

This div border color is #DAEEEA.

Opacity

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

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

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

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

This text has shadow with #DAEEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEEEA.

Preview

Color preview on black background

This text has color #DAEEEA on black background.


Color preview on white background

This text has color #DAEEEA on white background.


Black color preview on #DAEEEA background

This text has black color on #DAEEEA background.


White color preview on #DAEEEA background

This text has white color on #DAEEEA background.


Related colors

Complementary color

Complementary color for #hex is #251115.


I love getcolorcode.com

Triadic colors

1 #EADAEE and #EEEADA with #DAEEEA are triadic colors.

2 #EAEEDA and #EEDAEA with #DAEEEA are triadic colors.