COLOR #DADEE4

HEX: #DADEE4 RGB: (218,222,228)

Color info

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

RGB color model

#DADEE4 color RGB value is (218,222,228).

RGB: (218,222,228) (85%, 87%, 89%)

RGB channels and saturation

R 218 of 255 = 85%
G 222 of 255 = 87%
B 228 of 255 = 89%

218
222
228

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

Portions of RGB colors in percentages

R + G + B = 218 + 222 + 228 = 668 (100%)
R 218 of 668 ~ 32.63%
G 222 of 668 ~ 33.23%
B 228 of 668 ~ 34.13'%

%32.63
%33.23
%34.13

CMYK color model

#DADEE4 color CMYK value is (4,3,0,11).

  • cyan value is 4.39%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (4,3,0,11)
C4M3Y0K11 (4%, 3%, 0%, 11%)
(0.04 / 0.03 / 0.00 / 0.11)

CMYK percentages

%4.39
%2.63
%0
%10.59

Codes

Color #DADEE4 in popluar color models

DA DE E4
RGB 218 222 228
HSL 216° 15.63% 87.45%
HSB/HSV 216° 4.39% 89.41%
CMYK 4.39% 2.63% 0.00%
10.59%

Color #DADEE4 in popluar number systems.

HEX DA DE E4
Decimal 218 222 228
Binary 11011010 11011110 11100100
Octal 332 336 344

Shades and tints

Shades of #DADEE4

#DADEE4
(218,222,228)
#C7CAD0
(199,202,208)
#B4B6BC
(180,182,188)
#A1A2A8
(161,162,168)
#8E8E94
(142,142,148)
#7B7A80
(123,122,128)
#68666C
(104,102,108)
#555258
(85,82,88)
#423E44
(66,62,68)
#2F2A30
(47,42,48)
#1C161C
(28,22,28)
#000000
(0,0,0)

Tints of #DADEE4

#DADEE4
(218,222,228)
#DDE1E6
(221,225,230)
#E0E4E8
(224,228,232)
#E3E7EA
(227,231,234)
#E6EAEC
(230,234,236)
#E9EDEE
(233,237,238)
#ECF0F0
(236,240,240)
#EFF3F2
(239,243,242)
#F2F6F4
(242,246,244)
#F5F9F6
(245,249,246)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DADEE4 color. Also use rgb(218,222,228) instead hex code.

Text Font Color

.myTextColor { color: #DADEE4; }

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

This text font color is #DADEE4.

Background Color

.myBgColor { background-color: #DADEE4; }

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

This div background color is #DADEE4.

Border color

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

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

This div border color is #DADEE4.

Opacity

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

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

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

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

This text has shadow with #DADEE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADEE4.

Preview

Color preview on black background

This text has color #DADEE4 on black background.


Color preview on white background

This text has color #DADEE4 on white background.


Black color preview on #DADEE4 background

This text has black color on #DADEE4 background.


White color preview on #DADEE4 background

This text has white color on #DADEE4 background.


Related colors

Complementary color

Complementary color for #hex is #25211B.


I love getcolorcode.com

Triadic colors

1 #E4DADE and #DEE4DA with #DADEE4 are triadic colors.

2 #E4DEDA and #DEDAE4 with #DADEE4 are triadic colors.