#D6D7D5

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

Shades of Aqua Haze #D6D7D5

Tints of Aqua Haze #D6D7D5

Color information

#D6D7D5 (or 0xD6D7D5) is unknown color: approx Aqua Haze. HEX triplet: D6, D7 and D5. RGB value is (214,215,213). Sum of RGB (Red+Green+Blue) = 214+215+213=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D7D5 is #29282A. Grayscale: #D6D6D6. Windows color (decimal): -2697259 or 14014422. OLE color: 14014422.

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

Color convert

RGB214215213-
CMYK0.0000.010.16
HSL90º2.44%83.92%-
HSV(B)90º0.93%84.31%-
XYZ64.0467.772.64-
YUV214.47127.17127.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.33%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 213 (83.59% from 255) = 33.18%
R=33.33%
G=33.49%
B=33.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142152130.0000.010.16902.4483.92
HexD6D7D5001105a254
Octal326327325001201322124
Binary110101101101011111010101001100001011010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D7D5; }

 p { color: rgb(214,215,213); }

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

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

 a { background-color: rgb(214,215,213); }

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

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

 span { border-color: rgb(214,215,213); }

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