Shades of Fog #D1C9E0
Tints of Fog #D1C9E0
RGB
CMYK
RGB Variations
Color information
#D1C9E0 (or 0xD1C9E0) is known color: Fog. HEX triplet: D1, C9 and E0. RGB value is (209,201,224). Sum of RGB (Red+Green+Blue) = 209+201+224=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #D1C9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C9E0 is #2E361F. Grayscale: #CDCDCD. Windows color (decimal): -3028512 or 14731729. OLE color: 14731729.
HSL color Cylindrical-coordinate representation of color #D1C9E0: hue angle of 260.87º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1C9E0 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 201 | 224 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.12 |
| HSL | 260.87º | 0.27% | 0.83% | - |
| HSV(B) | 260.87º | 0.1% | 0.88% | - |
| XYZ | 60.64 | 60.71 | 79.04 | - |
| YUV | 206.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 224 | 0.07 | 0.10 | 0 | 0.12 | 260.87 | 0.27 | 0.83 |
| Hex | D1 | C9 | E0 | 7 | A | 0 | C | 105 | 1B | 53 |
| Octal | 321 | 311 | 340 | 7 | 12 | 0 | 14 | 405 | 33 | 123 |
| Binary | 11010001 | 11001001 | 11100000 | 111 | 1010 | 0 | 1100 | 100000101 | 11011 | 1010011 |
Color Harmonies of #D1C9E0
Complementary color
Monochromatic Colors of #D1C9E0
Black with #D1C9E0
Text Example
Text Example
White with #D1C9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C9E0; }
p { color: rgb(209,201,224); }
H1.HeaderClassName
{
color: #D1C9E0;
}
.AnyTagClassName
{
color: #D1C9E0;
}
</style>
background-color css
<style>
a { background-color: #D1C9E0; }
a { background-color: rgb(209,201,224); }
div.DivClassName
{
background-color: #D1C9E0;
}
.BgClassName
{
background-color: #D1C9E0;
}
</style>
border-color css
<style>
span { border-color: #D1C9E0; }
span { border-color: rgb(209,201,224); }
td.TdClassName
{
border-color: #D1C9E0;
}
.TagClassName
{
border-color: #D1C9E0;
}
</style>