#D9DDD6

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

Shades of Aqua Haze #D9DDD6

Tints of Aqua Haze #D9DDD6

Color information

#D9DDD6 (or 0xD9DDD6) is unknown color: approx Aqua Haze. HEX triplet: D9, DD and D6. RGB value is (217,221,214). Sum of RGB (Red+Green+Blue) = 217+221+214=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDD6 is #262229. Grayscale: #DBDBDB. Windows color (decimal): -2499114 or 14081497. OLE color: 14081497.

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

Color convert

RGB217221214-
CMYK0.0200.030.13
HSL94.29º9.33%85.29%-
HSV(B)94.29º3.17%86.67%-
XYZ66.6171.3273.87-
YUV219.01125.17126.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.28%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 214 (83.98% from 255) = 32.82%
R=33.28%
G=33.90%
B=32.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172212140.0200.030.1394.299.3385.29
HexD9DDD6203D5e955
Octal3313353262031513611125
Binary110110011101110111010110100111101101111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDD6; }

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

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

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

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

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

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

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

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