#DAE0DD

Color #DAE0DD Mystic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mystic #DAE0DD

Tints of Mystic #DAE0DD

Color information

#DAE0DD (or 0xDAE0DD) is unknown color: approx Mystic. HEX triplet: DA, E0 and DD. RGB value is (218,224,221). Sum of RGB (Red+Green+Blue) = 218+224+221=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0DD is #251F22. Grayscale: #DDDDDD. Windows color (decimal): -2432803 or 14541018. OLE color: 14541018.

HSL color Cylindrical-coordinate representation of color #DAE0DD: hue angle of 150º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAE0DD is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB218224221-
CMYK0.0300.010.12
HSL150º8.82%86.67%-
HSV(B)150º2.68%87.84%-
XYZ68.6273.4478.96-
YUV221.86127.51125.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 32.88%
GREEN value IS 224 (87.89% from 255) = 33.79%
BLUE value IS 221 (86.72% from 255) = 33.33%
R=32.88%
G=33.79%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182242210.0300.010.121508.8286.67
HexDAE0DD301C96957
Octal3323403353011422611127
Binary110110101110000011011101110111001001011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0DD; }

 p { color: rgb(218,224,221); }

 H1.HeaderClassName
 {
   color: #DAE0DD;
 }
 .AnyTagClassName
 {
   color: #DAE0DD;
 }
</style>
background-color css

<style>
 a { background-color: #DAE0DD; }

 a { background-color: rgb(218,224,221); }

 div.DivClassName
 {
   background-color: #DAE0DD;
 }
 .BgClassName
 {
   background-color: #DAE0DD;
 }
</style>
border-color css

<style>
 span { border-color: #DAE0DD; }

 span { border-color: rgb(218,224,221); }

 td.TdClassName
 {
   border-color: #DAE0DD;
 }
 .TagClassName
 {
   border-color: #DAE0DD;
 }
</style>