#DAE3DE

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

Shades of Mystic #DAE3DE

Tints of Mystic #DAE3DE

Color information

#DAE3DE (or 0xDAE3DE) is unknown color: approx Mystic. HEX triplet: DA, E3 and DE. RGB value is (218,227,222). Sum of RGB (Red+Green+Blue) = 218+227+222=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3DE is #251C21. Grayscale: #DFDFDF. Windows color (decimal): -2432034 or 14607322. OLE color: 14607322.

HSL color Cylindrical-coordinate representation of color #DAE3DE: hue angle of 146.67º degrees, saturation: 0.14, 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 #DAE3DE is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB218227222-
CMYK0.0400.020.11
HSL146.67º13.85%87.25%-
HSV(B)146.67º3.96%89.02%-
XYZ69.5775.1279.94-
YUV223.74127.02123.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 227 (89.06% from 255) = 34.03%
BLUE value IS 222 (87.11% from 255) = 33.28%
R=32.68%
G=34.03%
B=33.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182272220.0400.020.11146.6713.8587.25
HexDAE3DE402B93e57
Octal3323433364021322316127
Binary11011010111000111101111010001010111001001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3DE; }

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

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

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

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

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

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

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

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