Shades of Fog #D1C2F0
Tints of Fog #D1C2F0
RGB
CMYK
RGB Variations
Color information
#D1C2F0 (or 0xD1C2F0) is known color: Fog. HEX triplet: D1, C2 and F0. RGB value is (209,194,240). Sum of RGB (Red+Green+Blue) = 209+194+240=643 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.50% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #D1C2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C2F0 is #2E3D0F. Grayscale: #CBCBCB. Windows color (decimal): -3030288 or 15778513. OLE color: 15778513.
HSL color Cylindrical-coordinate representation of color #D1C2F0: hue angle of 259.57º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1C2F0 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 194 | 240 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.06 |
| HSL | 259.57º | 0.61% | 0.85% | - |
| HSV(B) | 259.57º | 0.19% | 0.94% | - |
| XYZ | 61.31 | 58.43 | 90.48 | - |
| YUV | 203.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 240 | 0.13 | 0.19 | 0 | 0.06 | 259.57 | 0.61 | 0.85 |
| Hex | D1 | C2 | F0 | D | 13 | 0 | 6 | 104 | 3D | 55 |
| Octal | 321 | 302 | 360 | 15 | 23 | 0 | 6 | 404 | 75 | 125 |
| Binary | 11010001 | 11000010 | 11110000 | 1101 | 10011 | 0 | 110 | 100000100 | 111101 | 1010101 |
Color Harmonies of #D1C2F0
Complementary color
Monochromatic Colors of #D1C2F0
Black with #D1C2F0
Text Example
Text Example
White with #D1C2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C2F0; }
p { color: rgb(209,194,240); }
H1.HeaderClassName
{
color: #D1C2F0;
}
.AnyTagClassName
{
color: #D1C2F0;
}
</style>
background-color css
<style>
a { background-color: #D1C2F0; }
a { background-color: rgb(209,194,240); }
div.DivClassName
{
background-color: #D1C2F0;
}
.BgClassName
{
background-color: #D1C2F0;
}
</style>
border-color css
<style>
span { border-color: #D1C2F0; }
span { border-color: rgb(209,194,240); }
td.TdClassName
{
border-color: #D1C2F0;
}
.TagClassName
{
border-color: #D1C2F0;
}
</style>