Shades of Fog #D1C3E7
Tints of Fog #D1C3E7
RGB
CMYK
RGB Variations
Color information
#D1C3E7 (or 0xD1C3E7) is known color: Fog. HEX triplet: D1, C3 and E7. RGB value is (209,195,231). Sum of RGB (Red+Green+Blue) = 209+195+231=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 231 - color contains mainly: blue. Hex color #D1C3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C3E7 is #2E3C18. Grayscale: #CBCBCB. Windows color (decimal): -3030041 or 15188945. OLE color: 15188945.
HSL color Cylindrical-coordinate representation of color #D1C3E7: hue angle of 263.33º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1C3E7 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 195 | 231 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.09 |
| HSL | 263.33º | 0.43% | 0.84% | - |
| HSV(B) | 263.33º | 0.16% | 0.91% | - |
| XYZ | 60.23 | 58.36 | 83.69 | - |
| YUV | 203.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 231 | 0.10 | 0.16 | 0 | 0.09 | 263.33 | 0.43 | 0.84 |
| Hex | D1 | C3 | E7 | A | 10 | 0 | 9 | 107 | 2B | 54 |
| Octal | 321 | 303 | 347 | 12 | 20 | 0 | 11 | 407 | 53 | 124 |
| Binary | 11010001 | 11000011 | 11100111 | 1010 | 10000 | 0 | 1001 | 100000111 | 101011 | 1010100 |
Color Harmonies of #D1C3E7
Complementary color
Monochromatic Colors of #D1C3E7
Black with #D1C3E7
Text Example
Text Example
White with #D1C3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C3E7; }
p { color: rgb(209,195,231); }
H1.HeaderClassName
{
color: #D1C3E7;
}
.AnyTagClassName
{
color: #D1C3E7;
}
</style>
background-color css
<style>
a { background-color: #D1C3E7; }
a { background-color: rgb(209,195,231); }
div.DivClassName
{
background-color: #D1C3E7;
}
.BgClassName
{
background-color: #D1C3E7;
}
</style>
border-color css
<style>
span { border-color: #D1C3E7; }
span { border-color: rgb(209,195,231); }
td.TdClassName
{
border-color: #D1C3E7;
}
.TagClassName
{
border-color: #D1C3E7;
}
</style>