Shades of Fog #D6D5D8
Tints of Fog #D6D5D8
RGB
CMYK
RGB Variations
Color information
#D6D5D8 (or 0xD6D5D8) is known color: 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
RGB | 214 | 213 | 216 | - |
CMYK | 0.01 | 0.01 | 0 | 0.15 |
HSL | 260º | 0.04% | 0.84% | - |
HSV(B) | 260º | 0.01% | 0.85% | - |
XYZ | 63.92 | 66.84 | 74.5 | - |
YUV | 213.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 213 | 216 | 0.01 | 0.01 | 0 | 0.15 | 260 | 0.04 | 0.84 |
Hex | D6 | D5 | D8 | 1 | 1 | 0 | F | 104 | 4 | 54 |
Octal | 326 | 325 | 330 | 1 | 1 | 0 | 17 | 404 | 4 | 124 |
Binary | 11010110 | 11010101 | 11011000 | 1 | 1 | 0 | 1111 | 100000100 | 100 | 1010100 |
Color Harmonies of #D6D5D8
Complementary color
Monochromatic Colors of #D6D5D8
Black with #D6D5D8
Text Example
Text Example
White with #D6D5D8
Text Example
Text Example
HTML Codes & Css Web 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>