COLOR #DAEFE5

HEX: #DAEFE5 RGB: (218,239,229)

Color info

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

RGB color model

#DAEFE5 color RGB value is (218,239,229).

RGB: (218,239,229) (85%, 94%, 90%)

RGB channels and saturation

R 218 of 255 = 85%
G 239 of 255 = 94%
B 229 of 255 = 90%

218
239
229

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

Portions of RGB colors in percentages

R + G + B = 218 + 239 + 229 = 686 (100%)
R 218 of 686 ~ 31.78%
G 239 of 686 ~ 34.84%
B 229 of 686 ~ 33.38'%

%31.78
%34.84
%33.38

CMYK color model

#DAEFE5 color CMYK value is (9,0,4,6).

  • cyan value is 8.79%
  • magenta value is 0.00%
  • yellow value is 4.18%
  • key color value is 6.27%

CMYK: (9,0,4,6)
C9M0Y4K6 (9%, 0%, 4%, 6%)
(0.09 / 0.00 / 0.04 / 0.06)

CMYK percentages

%8.79
%0
%4.18
%6.27

Codes

Color #DAEFE5 in popluar color models

DA EF E5
RGB 218 239 229
HSL 151° 39.62% 89.61%
HSB/HSV 151° 8.79% 93.73%
CMYK 8.79% 0.00% 4.18%
6.27%

Color #DAEFE5 in popluar number systems.

HEX DA EF E5
Decimal 218 239 229
Binary 11011010 11101111 11100101
Octal 332 357 345

Shades and tints

Shades of #DAEFE5

#DAEFE5
(218,239,229)
#C7DAD1
(199,218,209)
#B4C5BD
(180,197,189)
#A1B0A9
(161,176,169)
#8E9B95
(142,155,149)
#7B8681
(123,134,129)
#68716D
(104,113,109)
#555C59
(85,92,89)
#424745
(66,71,69)
#2F3231
(47,50,49)
#1C1D1D
(28,29,29)
#000000
(0,0,0)

Tints of #DAEFE5

#DAEFE5
(218,239,229)
#DDF0E7
(221,240,231)
#E0F1E9
(224,241,233)
#E3F2EB
(227,242,235)
#E6F3ED
(230,243,237)
#E9F4EF
(233,244,239)
#ECF5F1
(236,245,241)
#EFF6F3
(239,246,243)
#F2F7F5
(242,247,245)
#F5F8F7
(245,248,247)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEFE5 color. Also use rgb(218,239,229) instead hex code.

Text Font Color

.myTextColor { color: #DAEFE5; }

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

This text font color is #DAEFE5.

Background Color

.myBgColor { background-color: #DAEFE5; }

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

This div background color is #DAEFE5.

Border color

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

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

This div border color is #DAEFE5.

Opacity

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

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

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

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

This text has shadow with #DAEFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEFE5.

Preview

Color preview on black background

This text has color #DAEFE5 on black background.


Color preview on white background

This text has color #DAEFE5 on white background.


Black color preview on #DAEFE5 background

This text has black color on #DAEFE5 background.


White color preview on #DAEFE5 background

This text has white color on #DAEFE5 background.


Related colors

Complementary color

Complementary color for #hex is #25101A.


I love getcolorcode.com

Triadic colors

1 #E5DAEF and #EFE5DA with #DAEFE5 are triadic colors.

2 #E5EFDA and #EFDAE5 with #DAEFE5 are triadic colors.