Shades of Fog #D8D7DB
Tints of Fog #D8D7DB
RGB
CMYK
RGB Variations
Color information
#D8D7DB (or 0xD8D7DB) is known color: Fog. HEX triplet: D8, D7 and DB. RGB value is (216,215,219). Sum of RGB (Red+Green+Blue) = 216+215+219=650 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.23% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8D7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D7DB is #272824. Grayscale: #D7D7D7. Windows color (decimal): -2566181 or 14407640. OLE color: 14407640.
HSL color Cylindrical-coordinate representation of color #D8D7DB: hue angle of 255º degrees, saturation: 0.05, 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 #D8D7DB is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 216 | 215 | 219 | - |
CMYK | 0.01 | 0.02 | 0 | 0.14 |
HSL | 255º | 0.05% | 0.85% | - |
HSV(B) | 255º | 0.02% | 0.86% | - |
XYZ | 65.41 | 68.31 | 76.76 | - |
YUV | 215.76 | 129.83 | 128.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 215 | 219 | 0.01 | 0.02 | 0 | 0.14 | 255 | 0.05 | 0.85 |
Hex | D8 | D7 | DB | 1 | 2 | 0 | E | FF | 5 | 55 |
Octal | 330 | 327 | 333 | 1 | 2 | 0 | 16 | 377 | 5 | 125 |
Binary | 11011000 | 11010111 | 11011011 | 1 | 10 | 0 | 1110 | 11111111 | 101 | 1010101 |
Color Harmonies of #D8D7DB
Complementary color
Monochromatic Colors of #D8D7DB
Black with #D8D7DB
Text Example
Text Example
White with #D8D7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D7DB; }
p { color: rgb(216,215,219); }
H1.HeaderClassName
{
color: #D8D7DB;
}
.AnyTagClassName
{
color: #D8D7DB;
}
</style>
background-color css
<style>
a { background-color: #D8D7DB; }
a { background-color: rgb(216,215,219); }
div.DivClassName
{
background-color: #D8D7DB;
}
.BgClassName
{
background-color: #D8D7DB;
}
</style>
border-color css
<style>
span { border-color: #D8D7DB; }
span { border-color: rgb(216,215,219); }
td.TdClassName
{
border-color: #D8D7DB;
}
.TagClassName
{
border-color: #D8D7DB;
}
</style>