Shades of Fog #D1C9DF
Tints of Fog #D1C9DF
RGB
CMYK
RGB Variations
Color information
#D1C9DF (or 0xD1C9DF) is known color: Fog. HEX triplet: D1, C9 and DF. RGB value is (209,201,223). Sum of RGB (Red+Green+Blue) = 209+201+223=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1C9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C9DF is #2E3620. Grayscale: #CDCDCD. Windows color (decimal): -3028513 or 14666193. OLE color: 14666193.
HSL color Cylindrical-coordinate representation of color #D1C9DF: hue angle of 261.82º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1C9DF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 201 | 223 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.13 |
| HSL | 261.82º | 0.26% | 0.83% | - |
| HSV(B) | 261.82º | 0.1% | 0.87% | - |
| XYZ | 60.5 | 60.66 | 78.33 | - |
| YUV | 205.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 223 | 0.06 | 0.10 | 0 | 0.13 | 261.82 | 0.26 | 0.83 |
| Hex | D1 | C9 | DF | 6 | A | 0 | D | 106 | 1A | 53 |
| Octal | 321 | 311 | 337 | 6 | 12 | 0 | 15 | 406 | 32 | 123 |
| Binary | 11010001 | 11001001 | 11011111 | 110 | 1010 | 0 | 1101 | 100000110 | 11010 | 1010011 |
Color Harmonies of #D1C9DF
Complementary color
Monochromatic Colors of #D1C9DF
Black with #D1C9DF
Text Example
Text Example
White with #D1C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C9DF; }
p { color: rgb(209,201,223); }
H1.HeaderClassName
{
color: #D1C9DF;
}
.AnyTagClassName
{
color: #D1C9DF;
}
</style>
background-color css
<style>
a { background-color: #D1C9DF; }
a { background-color: rgb(209,201,223); }
div.DivClassName
{
background-color: #D1C9DF;
}
.BgClassName
{
background-color: #D1C9DF;
}
</style>
border-color css
<style>
span { border-color: #D1C9DF; }
span { border-color: rgb(209,201,223); }
td.TdClassName
{
border-color: #D1C9DF;
}
.TagClassName
{
border-color: #D1C9DF;
}
</style>