Shades of Fog #D1C2F1
Tints of Fog #D1C2F1
RGB
CMYK
RGB Variations
Color information
#D1C2F1 (or 0xD1C2F1) is known color: Fog. HEX triplet: D1, C2 and F1. RGB value is (209,194,241). Sum of RGB (Red+Green+Blue) = 209+194+241=644 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.45% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1C2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C2F1 is #2E3D0E. Grayscale: #CBCBCB. Windows color (decimal): -3030287 or 15844049. OLE color: 15844049.
HSL color Cylindrical-coordinate representation of color #D1C2F1: hue angle of 259.15º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1C2F1 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 194 | 241 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.05 |
| HSL | 259.15º | 0.63% | 0.85% | - |
| HSV(B) | 259.15º | 0.2% | 0.95% | - |
| XYZ | 61.46 | 58.49 | 91.27 | - |
| YUV | 203.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 241 | 0.13 | 0.20 | 0 | 0.05 | 259.15 | 0.63 | 0.85 |
| Hex | D1 | C2 | F1 | D | 14 | 0 | 5 | 103 | 3F | 55 |
| Octal | 321 | 302 | 361 | 15 | 24 | 0 | 5 | 403 | 77 | 125 |
| Binary | 11010001 | 11000010 | 11110001 | 1101 | 10100 | 0 | 101 | 100000011 | 111111 | 1010101 |
Color Harmonies of #D1C2F1
Complementary color
Monochromatic Colors of #D1C2F1
Black with #D1C2F1
Text Example
Text Example
White with #D1C2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C2F1; }
p { color: rgb(209,194,241); }
H1.HeaderClassName
{
color: #D1C2F1;
}
.AnyTagClassName
{
color: #D1C2F1;
}
</style>
background-color css
<style>
a { background-color: #D1C2F1; }
a { background-color: rgb(209,194,241); }
div.DivClassName
{
background-color: #D1C2F1;
}
.BgClassName
{
background-color: #D1C2F1;
}
</style>
border-color css
<style>
span { border-color: #D1C2F1; }
span { border-color: rgb(209,194,241); }
td.TdClassName
{
border-color: #D1C2F1;
}
.TagClassName
{
border-color: #D1C2F1;
}
</style>