#DAE2DD

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

Shades of Mystic #DAE2DD

Tints of Mystic #DAE2DD

Color information

#DAE2DD (or 0xDAE2DD) is unknown color: approx Mystic. HEX triplet: DA, E2 and DD. RGB value is (218,226,221). Sum of RGB (Red+Green+Blue) = 218+226+221=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2DD is #251D22. Grayscale: #DFDFDF. Windows color (decimal): -2432291 or 14541530. OLE color: 14541530.

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

Color convert

RGB218226221-
CMYK0.0400.020.11
HSL142.5º12.12%87.06%-
HSV(B)142.5º3.54%88.63%-
XYZ69.1674.5279.14-
YUV223.04126.85124.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.78%
GREEN value IS 226 (88.67% from 255) = 33.98%
BLUE value IS 221 (86.72% from 255) = 33.23%
R=32.78%
G=33.98%
B=33.23%

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
Decimal2182262210.0400.020.11142.512.1287.06
HexDAE2DD402B8ec57
Octal3323423354021321614127
Binary11011010111000101101110110001010111000111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2DD; }

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

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

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

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

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

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

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

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