COLOR #DAEBE0

HEX: #DAEBE0 RGB: (218,235,224)

Color info

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

RGB color model

#DAEBE0 color RGB value is (218,235,224).

RGB: (218,235,224) (85%, 92%, 88%)

RGB channels and saturation

R 218 of 255 = 85%
G 235 of 255 = 92%
B 224 of 255 = 88%

218
235
224

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

Portions of RGB colors in percentages

R + G + B = 218 + 235 + 224 = 677 (100%)
R 218 of 677 ~ 32.2%
G 235 of 677 ~ 34.71%
B 224 of 677 ~ 33.09'%

%32.2
%34.71
%33.09

CMYK color model

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

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 4.68%
  • 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
%4.68
%7.84

Codes

Color #DAEBE0 in popluar color models

DA EB E0
RGB 218 235 224
HSL 141° 29.82% 88.82%
HSB/HSV 141° 7.23% 92.16%
CMYK 7.23% 0.00% 4.68%
7.84%

Color #DAEBE0 in popluar number systems.

HEX DA EB E0
Decimal 218 235 224
Binary 11011010 11101011 11100000
Octal 332 353 340

Shades and tints

Shades of #DAEBE0

#DAEBE0
(218,235,224)
#C7D6CC
(199,214,204)
#B4C1B8
(180,193,184)
#A1ACA4
(161,172,164)
#8E9790
(142,151,144)
#7B827C
(123,130,124)
#686D68
(104,109,104)
#555854
(85,88,84)
#424340
(66,67,64)
#2F2E2C
(47,46,44)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #DAEBE0

#DAEBE0
(218,235,224)
#DDECE2
(221,236,226)
#E0EDE4
(224,237,228)
#E3EEE6
(227,238,230)
#E6EFE8
(230,239,232)
#E9F0EA
(233,240,234)
#ECF1EC
(236,241,236)
#EFF2EE
(239,242,238)
#F2F3F0
(242,243,240)
#F5F4F2
(245,244,242)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBE0; }

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

This text font color is #DAEBE0.

Background Color

.myBgColor { background-color: #DAEBE0; }

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

This div background color is #DAEBE0.

Border color

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

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

This div border color is #DAEBE0.

Opacity

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

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

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

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

This text has shadow with #DAEBE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEBE0.

Preview

Color preview on black background

This text has color #DAEBE0 on black background.


Color preview on white background

This text has color #DAEBE0 on white background.


Black color preview on #DAEBE0 background

This text has black color on #DAEBE0 background.


White color preview on #DAEBE0 background

This text has white color on #DAEBE0 background.


Related colors

Complementary color

Complementary color for #hex is #25141F.


I love getcolorcode.com

Triadic colors

1 #E0DAEB and #EBE0DA with #DAEBE0 are triadic colors.

2 #E0EBDA and #EBDAE0 with #DAEBE0 are triadic colors.