#DBDDD9

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

Shades of Aqua Haze #DBDDD9

Tints of Aqua Haze #DBDDD9

Color information

#DBDDD9 (or 0xDBDDD9) is unknown color: approx Aqua Haze. HEX triplet: DB, DD and D9. RGB value is (219,221,217). Sum of RGB (Red+Green+Blue) = 219+221+217=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDD9 is #242226. Grayscale: #DBDBDB. Windows color (decimal): -2368039 or 14278107. OLE color: 14278107.

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

Color convert

RGB219221217-
CMYK0.0100.020.13
HSL90º5.56%85.88%-
HSV(B)90º1.81%86.67%-
XYZ67.5971.7875.94-
YUV219.95126.34127.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 217 (85.16% 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.13
SystemRedGreenBlueCMYKHSL
Decimal2192212170.0100.020.13905.5685.88
HexDBDDD9102D5a656
Octal333335331102151326126
Binary1101101111011101110110011010110110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDD9; }

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

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

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

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

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

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

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

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