#DAE0D5

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

Shades of Aqua Haze #DAE0D5

Tints of Aqua Haze #DAE0D5

Color information

#DAE0D5 (or 0xDAE0D5) is unknown color: approx Aqua Haze. HEX triplet: DA, E0 and D5. RGB value is (218,224,213). Sum of RGB (Red+Green+Blue) = 218+224+213=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0D5 is #251F2A. Grayscale: #DCDCDC. Windows color (decimal): -2432811 or 14016730. OLE color: 14016730.

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

Color convert

RGB218224213-
CMYK0.0300.050.12
HSL92.73º15.07%85.69%-
HSV(B)92.73º4.91%87.84%-
XYZ67.5873.0273.48-
YUV220.95123.51125.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 224 (87.89% from 255) = 34.20%
BLUE value IS 213 (83.59% from 255) = 32.52%
R=33.28%
G=34.20%
B=32.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182242130.0300.050.1292.7315.0785.69
HexDAE0D5305C5df56
Octal3323403253051413517126
Binary1101101011100000110101011101011100101110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0D5; }

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

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

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

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

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

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

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

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