Shades of Fog #D6D1DF
Tints of Fog #D6D1DF
RGB
CMYK
RGB Variations
Color information
#D6D1DF (or 0xD6D1DF) is known color: Fog. HEX triplet: D6, D1 and DF. RGB value is (214,209,223). Sum of RGB (Red+Green+Blue) = 214+209+223=646 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.13% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6D1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D1DF is #292E20. Grayscale: #D4D4D4. Windows color (decimal): -2698785 or 14668246. OLE color: 14668246.
HSL color Cylindrical-coordinate representation of color #D6D1DF: hue angle of 261.43º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6D1DF is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 209 | 223 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.13 |
| HSL | 261.43º | 0.18% | 0.85% | - |
| HSV(B) | 261.43º | 0.06% | 0.87% | - |
| XYZ | 63.85 | 65.22 | 79.04 | - |
| YUV | 212.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 223 | 0.04 | 0.06 | 0 | 0.13 | 261.43 | 0.18 | 0.85 |
| Hex | D6 | D1 | DF | 4 | 6 | 0 | D | 105 | 12 | 55 |
| Octal | 326 | 321 | 337 | 4 | 6 | 0 | 15 | 405 | 22 | 125 |
| Binary | 11010110 | 11010001 | 11011111 | 100 | 110 | 0 | 1101 | 100000101 | 10010 | 1010101 |
Color Harmonies of #D6D1DF
Complementary color
Monochromatic Colors of #D6D1DF
Black with #D6D1DF
Text Example
Text Example
White with #D6D1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D1DF; }
p { color: rgb(214,209,223); }
H1.HeaderClassName
{
color: #D6D1DF;
}
.AnyTagClassName
{
color: #D6D1DF;
}
</style>
background-color css
<style>
a { background-color: #D6D1DF; }
a { background-color: rgb(214,209,223); }
div.DivClassName
{
background-color: #D6D1DF;
}
.BgClassName
{
background-color: #D6D1DF;
}
</style>
border-color css
<style>
span { border-color: #D6D1DF; }
span { border-color: rgb(214,209,223); }
td.TdClassName
{
border-color: #D6D1DF;
}
.TagClassName
{
border-color: #D6D1DF;
}
</style>