Shades of Fog #D1C9DA
Tints of Fog #D1C9DA
RGB
CMYK
RGB Variations
Color information
#D1C9DA (or 0xD1C9DA) is known color: Fog. HEX triplet: D1, C9 and DA. RGB value is (209,201,218). Sum of RGB (Red+Green+Blue) = 209+201+218=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1C9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C9DA is #2E3625. Grayscale: #CDCDCD. Windows color (decimal): -3028518 or 14338513. OLE color: 14338513.
HSL color Cylindrical-coordinate representation of color #D1C9DA: hue angle of 268.24º degrees, saturation: 0.19, 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 #D1C9DA is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 201 | 218 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.15 |
| HSL | 268.24º | 0.19% | 0.82% | - |
| HSV(B) | 268.24º | 0.08% | 0.85% | - |
| XYZ | 59.84 | 60.39 | 74.83 | - |
| YUV | 205.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 218 | 0.04 | 0.08 | 0 | 0.15 | 268.24 | 0.19 | 0.82 |
| Hex | D1 | C9 | DA | 4 | 8 | 0 | F | 10C | 13 | 52 |
| Octal | 321 | 311 | 332 | 4 | 10 | 0 | 17 | 414 | 23 | 122 |
| Binary | 11010001 | 11001001 | 11011010 | 100 | 1000 | 0 | 1111 | 100001100 | 10011 | 1010010 |
Color Harmonies of #D1C9DA
Complementary color
Monochromatic Colors of #D1C9DA
Black with #D1C9DA
Text Example
Text Example
White with #D1C9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C9DA; }
p { color: rgb(209,201,218); }
H1.HeaderClassName
{
color: #D1C9DA;
}
.AnyTagClassName
{
color: #D1C9DA;
}
</style>
background-color css
<style>
a { background-color: #D1C9DA; }
a { background-color: rgb(209,201,218); }
div.DivClassName
{
background-color: #D1C9DA;
}
.BgClassName
{
background-color: #D1C9DA;
}
</style>
border-color css
<style>
span { border-color: #D1C9DA; }
span { border-color: rgb(209,201,218); }
td.TdClassName
{
border-color: #D1C9DA;
}
.TagClassName
{
border-color: #D1C9DA;
}
</style>