COLOR #DAE1E0

HEX: #DAE1E0 RGB: (218,225,224)

Color info

#DAE1E0 contains red, green and blue colors in about the same proportion. Web safe color of #DAE1E0 is #CCCCCC (or #CCC).

RGB color model

#DAE1E0 color RGB value is (218,225,224).

RGB: (218,225,224) (85%, 88%, 88%)

RGB channels and saturation

R 218 of 255 = 85%
G 225 of 255 = 88%
B 224 of 255 = 88%

218
225
224

R + G + B ~ 87%. #DAE1E0 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 225 + 224 = 667 (100%)
R 218 of 667 ~ 32.68%
G 225 of 667 ~ 33.73%
B 224 of 667 ~ 33.58'%

%32.68
%33.73
%33.58

CMYK color model

#DAE1E0 color CMYK value is (3,0,0,12).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 0.44%
  • key color value is 11.76%
CMYK: (3,0,0,12) C3M0Y0K12 (3%,0%,0%,12%) (0.03/0.00/0.00/0.12) 

CMYK percentages

%3.11
%0
%0.44
%11.76

Codes

Color #DAE1E0 in popluar color models

DA E1 E0
RGB 218 225 224
HSL 171° 10.45% 86.86%
HSB/HSV 171° 3.11% 88.24%
CMYK 3.11% 0.00% 0.44%
11.76%

Color #DAE1E0 in popluar number systems.

HEX DA E1 E0
Decimal 218 225 224
Binary 11011010 11100001 11100000
Octal 332 341 340

Shades and tints

Shades of #DAE1E0

#DAE1E0
(218,225,224)
#C7CDCC
(199,205,204)
#B4B9B8
(180,185,184)
#A1A5A4
(161,165,164)
#8E9190
(142,145,144)
#7B7D7C
(123,125,124)
#686968
(104,105,104)
#555554
(85,85,84)
#424140
(66,65,64)
#2F2D2C
(47,45,44)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #DAE1E0

#DAE1E0
(218,225,224)
#DDE3E2
(221,227,226)
#E0E5E4
(224,229,228)
#E3E7E6
(227,231,230)
#E6E9E8
(230,233,232)
#E9EBEA
(233,235,234)
#ECEDEC
(236,237,236)
#EFEFEE
(239,239,238)
#F2F1F0
(242,241,240)
#F5F3F2
(245,243,242)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE1E0; }

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

This text font color is #DAE1E0.

Background Color

.myBgColor { background-color: #DAE1E0; }

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

This div background color is #DAE1E0.

Border color

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

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

This div border color is #DAE1E0.

Opacity

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

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

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

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

This text has shadow with #DAE1E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE1E0.

Preview

Color preview on black background

This text has color #DAE1E0 on black background.


Color preview on white background

This text has color #DAE1E0 on white background.


Black color preview on #DAE1E0 background

This text has black color on #DAE1E0 background.


White color preview on #DAE1E0 background

This text has white color on #DAE1E0 background.


Related colors

Complementary color

Complementary color for #hex is #251E1F.


I love getcolorcode.com

Triadic colors

1 #E0DAE1 and #E1E0DA with #DAE1E0 are triadic colors.

2 #E0E1DA and #E1DAE0 with #DAE1E0 are triadic colors.