Shades of Fog #D1C1E1
Tints of Fog #D1C1E1
RGB
CMYK
RGB Variations
Color information
#D1C1E1 (or 0xD1C1E1) is known color: Fog. HEX triplet: D1, C1 and E1. RGB value is (209,193,225). Sum of RGB (Red+Green+Blue) = 209+193+225=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 225 - color contains mainly: blue. Hex color #D1C1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C1E1 is #2E3E1E. Grayscale: #C9C9C9. Windows color (decimal): -3030559 or 14795217. OLE color: 14795217.
HSL color Cylindrical-coordinate representation of color #D1C1E1: hue angle of 270º degrees, saturation: 0.35, 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 #D1C1E1 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 193 | 225 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.12 |
| HSL | 270º | 0.35% | 0.82% | - |
| HSV(B) | 270º | 0.14% | 0.88% | - |
| XYZ | 58.96 | 57.13 | 79.15 | - |
| YUV | 201.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 225 | 0.07 | 0.14 | 0 | 0.12 | 270 | 0.35 | 0.82 |
| Hex | D1 | C1 | E1 | 7 | E | 0 | C | 10E | 23 | 52 |
| Octal | 321 | 301 | 341 | 7 | 16 | 0 | 14 | 416 | 43 | 122 |
| Binary | 11010001 | 11000001 | 11100001 | 111 | 1110 | 0 | 1100 | 100001110 | 100011 | 1010010 |
Color Harmonies of #D1C1E1
Complementary color
Monochromatic Colors of #D1C1E1
Black with #D1C1E1
Text Example
Text Example
White with #D1C1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C1E1; }
p { color: rgb(209,193,225); }
H1.HeaderClassName
{
color: #D1C1E1;
}
.AnyTagClassName
{
color: #D1C1E1;
}
</style>
background-color css
<style>
a { background-color: #D1C1E1; }
a { background-color: rgb(209,193,225); }
div.DivClassName
{
background-color: #D1C1E1;
}
.BgClassName
{
background-color: #D1C1E1;
}
</style>
border-color css
<style>
span { border-color: #D1C1E1; }
span { border-color: rgb(209,193,225); }
td.TdClassName
{
border-color: #D1C1E1;
}
.TagClassName
{
border-color: #D1C1E1;
}
</style>