#D9DBD7

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

Shades of Aqua Haze #D9DBD7

Tints of Aqua Haze #D9DBD7

Color information

#D9DBD7 (or 0xD9DBD7) is unknown color: approx Aqua Haze. HEX triplet: D9, DB and D7. RGB value is (217,219,215). Sum of RGB (Red+Green+Blue) = 217+219+215=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBD7 is #262428. Grayscale: #D9D9D9. Windows color (decimal): -2499625 or 14146521. OLE color: 14146521.

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

Color convert

RGB217219215-
CMYK0.0100.020.14
HSL90º5.26%85.1%-
HSV(B)90º1.83%85.88%-
XYZ66.2170.3274.37-
YUV217.95126.34127.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.33%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 215 (84.38% from 255) = 33.03%
R=33.33%
G=33.64%
B=33.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172192150.0100.020.14905.2685.1
HexD9DBD7102E5a555
Octal331333327102161325125
Binary1101100111011011110101111010111010110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBD7; }

 p { color: rgb(217,219,215); }

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

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

 a { background-color: rgb(217,219,215); }

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

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

 span { border-color: rgb(217,219,215); }

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