#D9DED4

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

Shades of Aqua Haze #D9DED4

Tints of Aqua Haze #D9DED4

Color information

#D9DED4 (or 0xD9DED4) is unknown color: approx Aqua Haze. HEX triplet: D9, DE and D4. RGB value is (217,222,212). Sum of RGB (Red+Green+Blue) = 217+222+212=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DED4 is #26212B. Grayscale: #DBDBDB. Windows color (decimal): -2498860 or 13950681. OLE color: 13950681.

HSL color Cylindrical-coordinate representation of color #D9DED4: hue angle of 90º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9DED4 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB217222212-
CMYK0.0200.050.13
HSL90º13.16%85.1%-
HSV(B)90º4.5%87.06%-
XYZ66.6271.7572.62-
YUV219.36123.84126.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.33%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 212 (83.20% from 255) = 32.57%
R=33.33%
G=34.10%
B=32.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172222120.0200.050.139013.1685.1
HexD9DED4205D5ad55
Octal3313363242051513215125
Binary1101100111011110110101001001011101101101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DED4; }

 p { color: rgb(217,222,212); }

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

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

 a { background-color: rgb(217,222,212); }

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

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

 span { border-color: rgb(217,222,212); }

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