Shades of Fog #D1C2E1
Tints of Fog #D1C2E1
RGB
CMYK
RGB Variations
Color information
#D1C2E1 (or 0xD1C2E1) is known color: Fog. HEX triplet: D1, C2 and E1. RGB value is (209,194,225). Sum of RGB (Red+Green+Blue) = 209+194+225=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 225 - color contains mainly: blue. Hex color #D1C2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C2E1 is #2E3D1E. Grayscale: #C9C9C9. Windows color (decimal): -3030303 or 14795473. OLE color: 14795473.
HSL color Cylindrical-coordinate representation of color #D1C2E1: hue angle of 269.03º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1C2E1 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 194 | 225 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.12 |
| HSL | 269.03º | 0.34% | 0.82% | - |
| HSV(B) | 269.03º | 0.14% | 0.88% | - |
| XYZ | 59.18 | 57.58 | 79.23 | - |
| YUV | 202.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 225 | 0.07 | 0.14 | 0 | 0.12 | 269.03 | 0.34 | 0.82 |
| Hex | D1 | C2 | E1 | 7 | E | 0 | C | 10D | 22 | 52 |
| Octal | 321 | 302 | 341 | 7 | 16 | 0 | 14 | 415 | 42 | 122 |
| Binary | 11010001 | 11000010 | 11100001 | 111 | 1110 | 0 | 1100 | 100001101 | 100010 | 1010010 |
Color Harmonies of #D1C2E1
Complementary color
Monochromatic Colors of #D1C2E1
Black with #D1C2E1
Text Example
Text Example
White with #D1C2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C2E1; }
p { color: rgb(209,194,225); }
H1.HeaderClassName
{
color: #D1C2E1;
}
.AnyTagClassName
{
color: #D1C2E1;
}
</style>
background-color css
<style>
a { background-color: #D1C2E1; }
a { background-color: rgb(209,194,225); }
div.DivClassName
{
background-color: #D1C2E1;
}
.BgClassName
{
background-color: #D1C2E1;
}
</style>
border-color css
<style>
span { border-color: #D1C2E1; }
span { border-color: rgb(209,194,225); }
td.TdClassName
{
border-color: #D1C2E1;
}
.TagClassName
{
border-color: #D1C2E1;
}
</style>