Shades of Fog #D6D4DC
Tints of Fog #D6D4DC
RGB
CMYK
RGB Variations
Color information
#D6D4DC (or 0xD6D4DC) is known color: Fog. HEX triplet: D6, D4 and DC. RGB value is (214,212,220). Sum of RGB (Red+Green+Blue) = 214+212+220=646 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.13% from 646); Green value is 212 (83.20% from 255 or 32.82% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4DC is #292B23. Grayscale: #D5D5D5. Windows color (decimal): -2698020 or 14472406. OLE color: 14472406.
HSL color Cylindrical-coordinate representation of color #D6D4DC: hue angle of 255º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6D4DC is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 212 | 220 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.14 |
| HSL | 255º | 0.1% | 0.85% | - |
| HSV(B) | 255º | 0.04% | 0.86% | - |
| XYZ | 64.19 | 66.55 | 77.17 | - |
| YUV | 213.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 220 | 0.03 | 0.04 | 0 | 0.14 | 255 | 0.1 | 0.85 |
| Hex | D6 | D4 | DC | 3 | 4 | 0 | E | FF | A | 55 |
| Octal | 326 | 324 | 334 | 3 | 4 | 0 | 16 | 377 | 12 | 125 |
| Binary | 11010110 | 11010100 | 11011100 | 11 | 100 | 0 | 1110 | 11111111 | 1010 | 1010101 |
Color Harmonies of #D6D4DC
Complementary color
Monochromatic Colors of #D6D4DC
Black with #D6D4DC
Text Example
Text Example
White with #D6D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D4DC; }
p { color: rgb(214,212,220); }
H1.HeaderClassName
{
color: #D6D4DC;
}
.AnyTagClassName
{
color: #D6D4DC;
}
</style>
background-color css
<style>
a { background-color: #D6D4DC; }
a { background-color: rgb(214,212,220); }
div.DivClassName
{
background-color: #D6D4DC;
}
.BgClassName
{
background-color: #D6D4DC;
}
</style>
border-color css
<style>
span { border-color: #D6D4DC; }
span { border-color: rgb(214,212,220); }
td.TdClassName
{
border-color: #D6D4DC;
}
.TagClassName
{
border-color: #D6D4DC;
}
</style>