#D6D5D8

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

Shades of Fog #D6D5D8

Tints of Fog #D6D5D8

Color information

#D6D5D8 (or 0xD6D5D8) is unknown color: approx Fog. HEX triplet: D6, D5 and D8. RGB value is (214,213,216). Sum of RGB (Red+Green+Blue) = 214+213+216=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 216 - color contains mainly: blue. Hex color #D6D5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5D8 is #292A27. Grayscale: #D5D5D5. Windows color (decimal): -2697768 or 14210518. OLE color: 14210518.

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

Color convert

RGB214213216-
CMYK0.010.0100.15
HSL260º3.7%84.12%-
HSV(B)260º1.39%84.71%-
XYZ63.9266.8474.5-
YUV213.64129.33128.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.28%
GREEN value IS 213 (83.59% from 255) = 33.13%
BLUE value IS 216 (84.77% from 255) = 33.59%
R=33.28%
G=33.13%
B=33.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142132160.010.0100.152603.784.12
HexD6D5D8110F104454
Octal326325330110174044124
Binary11010110110101011101100011011111000001001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D5D8; }

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

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

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

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

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

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

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

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