Shades of Fog #D1CED9
Tints of Fog #D1CED9
RGB
CMYK
RGB Variations
Color information
#D1CED9 (or 0xD1CED9) is known color: Fog. HEX triplet: D1, CE and D9. RGB value is (209,206,217). Sum of RGB (Red+Green+Blue) = 209+206+217=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 217 - color contains mainly: blue. Hex color #D1CED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CED9 is #2E3126. Grayscale: #D0D0D0. Windows color (decimal): -3027239 or 14274257. OLE color: 14274257.
HSL color Cylindrical-coordinate representation of color #D1CED9: hue angle of 256.36º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1CED9 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 206 | 217 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.15 |
| HSL | 256.36º | 0.13% | 0.83% | - |
| HSV(B) | 256.36º | 0.05% | 0.85% | - |
| XYZ | 60.89 | 62.71 | 74.54 | - |
| YUV | 208.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 217 | 0.04 | 0.05 | 0 | 0.15 | 256.36 | 0.13 | 0.83 |
| Hex | D1 | CE | D9 | 4 | 5 | 0 | F | 100 | D | 53 |
| Octal | 321 | 316 | 331 | 4 | 5 | 0 | 17 | 400 | 15 | 123 |
| Binary | 11010001 | 11001110 | 11011001 | 100 | 101 | 0 | 1111 | 100000000 | 1101 | 1010011 |
Color Harmonies of #D1CED9
Complementary color
Monochromatic Colors of #D1CED9
Black with #D1CED9
Text Example
Text Example
White with #D1CED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CED9; }
p { color: rgb(209,206,217); }
H1.HeaderClassName
{
color: #D1CED9;
}
.AnyTagClassName
{
color: #D1CED9;
}
</style>
background-color css
<style>
a { background-color: #D1CED9; }
a { background-color: rgb(209,206,217); }
div.DivClassName
{
background-color: #D1CED9;
}
.BgClassName
{
background-color: #D1CED9;
}
</style>
border-color css
<style>
span { border-color: #D1CED9; }
span { border-color: rgb(209,206,217); }
td.TdClassName
{
border-color: #D1CED9;
}
.TagClassName
{
border-color: #D1CED9;
}
</style>