Shades of Fog #D7D6DB
Tints of Fog #D7D6DB
RGB
CMYK
RGB Variations
Color information
#D7D6DB (or 0xD7D6DB) is known color: Fog. HEX triplet: D7, D6 and DB. RGB value is (215,214,219). Sum of RGB (Red+Green+Blue) = 215+214+219=648 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.18% from 648); Green value is 214 (83.98% from 255 or 33.02% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D6DB is #282924. Grayscale: #D6D6D6. Windows color (decimal): -2631973 or 14407383. OLE color: 14407383.
HSL color Cylindrical-coordinate representation of color #D7D6DB: hue angle of 252º 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 #D7D6DB is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 215 | 214 | 219 | - |
CMYK | 0.02 | 0.02 | 0 | 0.14 |
HSL | 252º | 0.06% | 0.85% | - |
HSV(B) | 252º | 0.02% | 0.86% | - |
XYZ | 64.86 | 67.65 | 76.66 | - |
YUV | 214.87 | 130.33 | 128.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 214 | 219 | 0.02 | 0.02 | 0 | 0.14 | 252 | 0.06 | 0.85 |
Hex | D7 | D6 | DB | 2 | 2 | 0 | E | FC | 6 | 55 |
Octal | 327 | 326 | 333 | 2 | 2 | 0 | 16 | 374 | 6 | 125 |
Binary | 11010111 | 11010110 | 11011011 | 10 | 10 | 0 | 1110 | 11111100 | 110 | 1010101 |
Color Harmonies of #D7D6DB
Complementary color
Monochromatic Colors of #D7D6DB
Black with #D7D6DB
Text Example
Text Example
White with #D7D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D6DB; }
p { color: rgb(215,214,219); }
H1.HeaderClassName
{
color: #D7D6DB;
}
.AnyTagClassName
{
color: #D7D6DB;
}
</style>
background-color css
<style>
a { background-color: #D7D6DB; }
a { background-color: rgb(215,214,219); }
div.DivClassName
{
background-color: #D7D6DB;
}
.BgClassName
{
background-color: #D7D6DB;
}
</style>
border-color css
<style>
span { border-color: #D7D6DB; }
span { border-color: rgb(215,214,219); }
td.TdClassName
{
border-color: #D7D6DB;
}
.TagClassName
{
border-color: #D7D6DB;
}
</style>