#D8D6DB

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

Shades of Fog #D8D6DB

Tints of Fog #D8D6DB

Color information

#D8D6DB (or 0xD8D6DB) is unknown color: approx Fog. HEX triplet: D8, D6 and DB. RGB value is (216,214,219). Sum of RGB (Red+Green+Blue) = 216+214+219=649 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.28% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D6DB is #272924. Grayscale: #D7D7D7. Windows color (decimal): -2566437 or 14407384. OLE color: 14407384.

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

Color convert

RGB216214219-
CMYK0.010.0200.14
HSL264º6.49%84.9%-
HSV(B)264º2.28%85.88%-
XYZ65.1567.8176.67-
YUV215.17130.16128.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.28%
GREEN value IS 214 (83.98% from 255) = 32.97%
BLUE value IS 219 (85.94% from 255) = 33.74%
R=33.28%
G=32.97%
B=33.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162142190.010.0200.142646.4984.9
HexD8D6DB120E108655
Octal330326333120164106125
Binary110110001101011011011011110011101000010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D6DB; }

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

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

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

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

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

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

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

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