Shades of Fog #D1C8D9
Tints of Fog #D1C8D9
RGB
CMYK
RGB Variations
Color information
#D1C8D9 (or 0xD1C8D9) is known color: Fog. HEX triplet: D1, C8 and D9. RGB value is (209,200,217). Sum of RGB (Red+Green+Blue) = 209+200+217=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 217 - color contains mainly: blue. Hex color #D1C8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C8D9 is #2E3726. Grayscale: #CCCCCC. Windows color (decimal): -3028775 or 14272721. OLE color: 14272721.
HSL color Cylindrical-coordinate representation of color #D1C8D9: hue angle of 271.76º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1C8D9 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 200 | 217 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.15 |
| HSL | 271.76º | 0.18% | 0.82% | - |
| HSV(B) | 271.76º | 0.08% | 0.85% | - |
| XYZ | 59.47 | 59.87 | 74.07 | - |
| YUV | 204.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 217 | 0.04 | 0.08 | 0 | 0.15 | 271.76 | 0.18 | 0.82 |
| Hex | D1 | C8 | D9 | 4 | 8 | 0 | F | 110 | 12 | 52 |
| Octal | 321 | 310 | 331 | 4 | 10 | 0 | 17 | 420 | 22 | 122 |
| Binary | 11010001 | 11001000 | 11011001 | 100 | 1000 | 0 | 1111 | 100010000 | 10010 | 1010010 |
Color Harmonies of #D1C8D9
Complementary color
Monochromatic Colors of #D1C8D9
Black with #D1C8D9
Text Example
Text Example
White with #D1C8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C8D9; }
p { color: rgb(209,200,217); }
H1.HeaderClassName
{
color: #D1C8D9;
}
.AnyTagClassName
{
color: #D1C8D9;
}
</style>
background-color css
<style>
a { background-color: #D1C8D9; }
a { background-color: rgb(209,200,217); }
div.DivClassName
{
background-color: #D1C8D9;
}
.BgClassName
{
background-color: #D1C8D9;
}
</style>
border-color css
<style>
span { border-color: #D1C8D9; }
span { border-color: rgb(209,200,217); }
td.TdClassName
{
border-color: #D1C8D9;
}
.TagClassName
{
border-color: #D1C8D9;
}
</style>