COLOR #DAD8EE

HEX: #DAD8EE RGB: (218,216,238)

Color info

#DAD8EE contains red, green and blue colors in about the same proportion. Web safe color of #DAD8EE is #CCCCFF (or #CCF).

RGB color model

#DAD8EE color RGB value is (218,216,238).

RGB: (218,216,238) (85%, 85%, 93%)

RGB channels and saturation

R 218 of 255 = 85%
G 216 of 255 = 85%
B 238 of 255 = 93%

218
216
238

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

Portions of RGB colors in percentages

R + G + B = 218 + 216 + 238 = 672 (100%)
R 218 of 672 ~ 32.44%
G 216 of 672 ~ 32.14%
B 238 of 672 ~ 35.42'%

%32.44
%32.14
%35.42

CMYK color model

#DAD8EE color CMYK value is (8,9,0,7).

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

CMYK: (8,9,0,7)
C8M9Y0K7 (8%, 9%, 0%, 7%)
(0.08 / 0.09 / 0.00 / 0.07)

CMYK percentages

%8.4
%9.24
%0
%6.67

Codes

Color #DAD8EE in popluar color models

DA D8 EE
RGB 218 216 238
HSL 245° 39.29% 89.02%
HSB/HSV 245° 9.24% 93.33%
CMYK 8.40% 9.24% 0.00%
6.67%

Color #DAD8EE in popluar number systems.

HEX DA D8 EE
Decimal 218 216 238
Binary 11011010 11011000 11101110
Octal 332 330 356

Shades and tints

Shades of #DAD8EE

#DAD8EE
(218,216,238)
#C7C5D9
(199,197,217)
#B4B2C4
(180,178,196)
#A19FAF
(161,159,175)
#8E8C9A
(142,140,154)
#7B7985
(123,121,133)
#686670
(104,102,112)
#55535B
(85,83,91)
#424046
(66,64,70)
#2F2D31
(47,45,49)
#1C1A1C
(28,26,28)
#000000
(0,0,0)

Tints of #DAD8EE

#DAD8EE
(218,216,238)
#DDDBEF
(221,219,239)
#E0DEF0
(224,222,240)
#E3E1F1
(227,225,241)
#E6E4F2
(230,228,242)
#E9E7F3
(233,231,243)
#ECEAF4
(236,234,244)
#EFEDF5
(239,237,245)
#F2F0F6
(242,240,246)
#F5F3F7
(245,243,247)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD8EE; }

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

This text font color is #DAD8EE.

Background Color

.myBgColor { background-color: #DAD8EE; }

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

This div background color is #DAD8EE.

Border color

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

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

This div border color is #DAD8EE.

Opacity

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

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

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

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

This text has shadow with #DAD8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD8EE.

Preview

Color preview on black background

This text has color #DAD8EE on black background.


Color preview on white background

This text has color #DAD8EE on white background.


Black color preview on #DAD8EE background

This text has black color on #DAD8EE background.


White color preview on #DAD8EE background

This text has white color on #DAD8EE background.


Related colors

Complementary color

Complementary color for #hex is #252711.


I love getcolorcode.com

Triadic colors

1 #EEDAD8 and #D8EEDA with #DAD8EE are triadic colors.

2 #EED8DA and #D8DAEE with #DAD8EE are triadic colors.