Shades of Fog #D1C4E1
Tints of Fog #D1C4E1
RGB
CMYK
RGB Variations
Color information
#D1C4E1 (or 0xD1C4E1) is known color: Fog. HEX triplet: D1, C4 and E1. RGB value is (209,196,225). Sum of RGB (Red+Green+Blue) = 209+196+225=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 225 - color contains mainly: blue. Hex color #D1C4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C4E1 is #2E3B1E. Grayscale: #CBCBCB. Windows color (decimal): -3029791 or 14795985. OLE color: 14795985.
HSL color Cylindrical-coordinate representation of color #D1C4E1: hue angle of 266.9º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1C4E1 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 196 | 225 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.12 |
| HSL | 266.9º | 0.33% | 0.83% | - |
| HSV(B) | 266.9º | 0.13% | 0.88% | - |
| XYZ | 59.63 | 58.47 | 79.38 | - |
| YUV | 203.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 225 | 0.07 | 0.13 | 0 | 0.12 | 266.9 | 0.33 | 0.83 |
| Hex | D1 | C4 | E1 | 7 | D | 0 | C | 10B | 21 | 53 |
| Octal | 321 | 304 | 341 | 7 | 15 | 0 | 14 | 413 | 41 | 123 |
| Binary | 11010001 | 11000100 | 11100001 | 111 | 1101 | 0 | 1100 | 100001011 | 100001 | 1010011 |
Color Harmonies of #D1C4E1
Complementary color
Monochromatic Colors of #D1C4E1
Black with #D1C4E1
Text Example
Text Example
White with #D1C4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C4E1; }
p { color: rgb(209,196,225); }
H1.HeaderClassName
{
color: #D1C4E1;
}
.AnyTagClassName
{
color: #D1C4E1;
}
</style>
background-color css
<style>
a { background-color: #D1C4E1; }
a { background-color: rgb(209,196,225); }
div.DivClassName
{
background-color: #D1C4E1;
}
.BgClassName
{
background-color: #D1C4E1;
}
</style>
border-color css
<style>
span { border-color: #D1C4E1; }
span { border-color: rgb(209,196,225); }
td.TdClassName
{
border-color: #D1C4E1;
}
.TagClassName
{
border-color: #D1C4E1;
}
</style>