Shades of Fog #D1C9DD
Tints of Fog #D1C9DD
RGB
CMYK
RGB Variations
Color information
#D1C9DD (or 0xD1C9DD) is known color: Fog. HEX triplet: D1, C9 and DD. RGB value is (209,201,221). Sum of RGB (Red+Green+Blue) = 209+201+221=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1C9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C9DD is #2E3622. Grayscale: #CDCDCD. Windows color (decimal): -3028515 or 14535121. OLE color: 14535121.
HSL color Cylindrical-coordinate representation of color #D1C9DD: hue angle of 264º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1C9DD is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 201 | 221 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.13 |
| HSL | 264º | 0.23% | 0.83% | - |
| HSV(B) | 264º | 0.09% | 0.87% | - |
| XYZ | 60.23 | 60.55 | 76.92 | - |
| YUV | 205.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 221 | 0.05 | 0.09 | 0 | 0.13 | 264 | 0.23 | 0.83 |
| Hex | D1 | C9 | DD | 5 | 9 | 0 | D | 108 | 17 | 53 |
| Octal | 321 | 311 | 335 | 5 | 11 | 0 | 15 | 410 | 27 | 123 |
| Binary | 11010001 | 11001001 | 11011101 | 101 | 1001 | 0 | 1101 | 100001000 | 10111 | 1010011 |
Color Harmonies of #D1C9DD
Complementary color
Monochromatic Colors of #D1C9DD
Black with #D1C9DD
Text Example
Text Example
White with #D1C9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C9DD; }
p { color: rgb(209,201,221); }
H1.HeaderClassName
{
color: #D1C9DD;
}
.AnyTagClassName
{
color: #D1C9DD;
}
</style>
background-color css
<style>
a { background-color: #D1C9DD; }
a { background-color: rgb(209,201,221); }
div.DivClassName
{
background-color: #D1C9DD;
}
.BgClassName
{
background-color: #D1C9DD;
}
</style>
border-color css
<style>
span { border-color: #D1C9DD; }
span { border-color: rgb(209,201,221); }
td.TdClassName
{
border-color: #D1C9DD;
}
.TagClassName
{
border-color: #D1C9DD;
}
</style>