Shades of Fog #D6D3DB
Tints of Fog #D6D3DB
RGB
CMYK
RGB Variations
Color information
#D6D3DB (or 0xD6D3DB) is known color: Fog. HEX triplet: D6, D3 and DB. RGB value is (214,211,219). Sum of RGB (Red+Green+Blue) = 214+211+219=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 211 (82.81% from 255 or 32.76% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6D3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D3DB is #292C24. Grayscale: #D4D4D4. Windows color (decimal): -2698277 or 14406614. OLE color: 14406614.
HSL color Cylindrical-coordinate representation of color #D6D3DB: hue angle of 262.5º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6D3DB is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 211 | 219 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.14 |
| HSL | 262.5º | 0.1% | 0.84% | - |
| HSV(B) | 262.5º | 0.04% | 0.86% | - |
| XYZ | 63.81 | 66 | 76.39 | - |
| YUV | 212.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 219 | 0.02 | 0.04 | 0 | 0.14 | 262.5 | 0.1 | 0.84 |
| Hex | D6 | D3 | DB | 2 | 4 | 0 | E | 106 | A | 54 |
| Octal | 326 | 323 | 333 | 2 | 4 | 0 | 16 | 406 | 12 | 124 |
| Binary | 11010110 | 11010011 | 11011011 | 10 | 100 | 0 | 1110 | 100000110 | 1010 | 1010100 |
Color Harmonies of #D6D3DB
Complementary color
Monochromatic Colors of #D6D3DB
Black with #D6D3DB
Text Example
Text Example
White with #D6D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D3DB; }
p { color: rgb(214,211,219); }
H1.HeaderClassName
{
color: #D6D3DB;
}
.AnyTagClassName
{
color: #D6D3DB;
}
</style>
background-color css
<style>
a { background-color: #D6D3DB; }
a { background-color: rgb(214,211,219); }
div.DivClassName
{
background-color: #D6D3DB;
}
.BgClassName
{
background-color: #D6D3DB;
}
</style>
border-color css
<style>
span { border-color: #D6D3DB; }
span { border-color: rgb(214,211,219); }
td.TdClassName
{
border-color: #D6D3DB;
}
.TagClassName
{
border-color: #D6D3DB;
}
</style>