#DAE4DE

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

Shades of Mystic #DAE4DE

Tints of Mystic #DAE4DE

Color information

#DAE4DE (or 0xDAE4DE) is unknown color: approx Mystic. HEX triplet: DA, E4 and DE. RGB value is (218,228,222). Sum of RGB (Red+Green+Blue) = 218+228+222=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4DE is #251B21. Grayscale: #E0E0E0. Windows color (decimal): -2431778 or 14607578. OLE color: 14607578.

HSL color Cylindrical-coordinate representation of color #DAE4DE: hue angle of 144º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAE4DE is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB218228222-
CMYK0.0400.030.11
HSL144º15.62%87.45%-
HSV(B)144º4.39%89.41%-
XYZ69.8475.6780.03-
YUV224.33126.69123.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.63%
GREEN value IS 228 (89.45% from 255) = 34.13%
BLUE value IS 222 (87.11% from 255) = 33.23%
R=32.63%
G=34.13%
B=33.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182282220.0400.030.1114415.6287.45
HexDAE4DE403B901057
Octal3323443364031322020127
Binary110110101110010011011110100011101110010000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE4DE; }

 p { color: rgb(218,228,222); }

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

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

 a { background-color: rgb(218,228,222); }

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

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

 span { border-color: rgb(218,228,222); }

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