#D6D9D4

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

Shades of Aqua Haze #D6D9D4

Tints of Aqua Haze #D6D9D4

Color information

#D6D9D4 (or 0xD6D9D4) is unknown color: approx Aqua Haze. HEX triplet: D6, D9 and D4. RGB value is (214,217,212). Sum of RGB (Red+Green+Blue) = 214+217+212=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9D4 is #29262B. Grayscale: #D7D7D7. Windows color (decimal): -2696748 or 13949398. OLE color: 13949398.

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

Color convert

RGB214217212-
CMYK0.0100.020.15
HSL96º6.17%84.12%-
HSV(B)96º2.3%85.1%-
XYZ64.4368.6872.15-
YUV215.53126.01126.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.28%
GREEN value IS 217 (85.16% from 255) = 33.75%
BLUE value IS 212 (83.20% from 255) = 32.97%
R=33.28%
G=33.75%
B=32.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142172120.0100.020.15966.1784.12
HexD6D9D4102F60654
Octal326331324102171406124
Binary1101011011011001110101001010111111000001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D9D4; }

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

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

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

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

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

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

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

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