Shades of Fog #D1CED6
Tints of Fog #D1CED6
RGB
CMYK
RGB Variations
Color information
#D1CED6 (or 0xD1CED6) is known color: Fog. HEX triplet: D1, CE and D6. RGB value is (209,206,214). Sum of RGB (Red+Green+Blue) = 209+206+214=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 214 - color contains mainly: blue. Hex color #D1CED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CED6 is #2E3129. Grayscale: #CFCFCF. Windows color (decimal): -3027242 or 14077649. OLE color: 14077649.
HSL color Cylindrical-coordinate representation of color #D1CED6: hue angle of 262.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1CED6 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 206 | 214 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.16 |
| HSL | 262.5º | 0.09% | 0.82% | - |
| HSV(B) | 262.5º | 0.04% | 0.84% | - |
| XYZ | 60.5 | 62.55 | 72.5 | - |
| YUV | 207.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 214 | 0.02 | 0.04 | 0 | 0.16 | 262.5 | 0.09 | 0.82 |
| Hex | D1 | CE | D6 | 2 | 4 | 0 | 10 | 106 | 9 | 52 |
| Octal | 321 | 316 | 326 | 2 | 4 | 0 | 20 | 406 | 11 | 122 |
| Binary | 11010001 | 11001110 | 11010110 | 10 | 100 | 0 | 10000 | 100000110 | 1001 | 1010010 |
Color Harmonies of #D1CED6
Complementary color
Monochromatic Colors of #D1CED6
Black with #D1CED6
Text Example
Text Example
White with #D1CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CED6; }
p { color: rgb(209,206,214); }
H1.HeaderClassName
{
color: #D1CED6;
}
.AnyTagClassName
{
color: #D1CED6;
}
</style>
background-color css
<style>
a { background-color: #D1CED6; }
a { background-color: rgb(209,206,214); }
div.DivClassName
{
background-color: #D1CED6;
}
.BgClassName
{
background-color: #D1CED6;
}
</style>
border-color css
<style>
span { border-color: #D1CED6; }
span { border-color: rgb(209,206,214); }
td.TdClassName
{
border-color: #D1CED6;
}
.TagClassName
{
border-color: #D1CED6;
}
</style>