Shades of Fog #D1C0EF
Tints of Fog #D1C0EF
RGB
CMYK
RGB Variations
Color information
#D1C0EF (or 0xD1C0EF) is known color: Fog. HEX triplet: D1, C0 and EF. RGB value is (209,192,239). Sum of RGB (Red+Green+Blue) = 209+192+239=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1C0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C0EF is #2E3F10. Grayscale: #CACACA. Windows color (decimal): -3030801 or 15712465. OLE color: 15712465.
HSL color Cylindrical-coordinate representation of color #D1C0EF: hue angle of 261.7º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1C0EF is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 192 | 239 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.06 |
| HSL | 261.7º | 0.59% | 0.85% | - |
| HSV(B) | 261.7º | 0.2% | 0.94% | - |
| XYZ | 60.72 | 57.49 | 89.56 | - |
| YUV | 202.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 239 | 0.13 | 0.20 | 0 | 0.06 | 261.7 | 0.59 | 0.85 |
| Hex | D1 | C0 | EF | D | 14 | 0 | 6 | 106 | 3B | 55 |
| Octal | 321 | 300 | 357 | 15 | 24 | 0 | 6 | 406 | 73 | 125 |
| Binary | 11010001 | 11000000 | 11101111 | 1101 | 10100 | 0 | 110 | 100000110 | 111011 | 1010101 |
Color Harmonies of #D1C0EF
Complementary color
Monochromatic Colors of #D1C0EF
Black with #D1C0EF
Text Example
Text Example
White with #D1C0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C0EF; }
p { color: rgb(209,192,239); }
H1.HeaderClassName
{
color: #D1C0EF;
}
.AnyTagClassName
{
color: #D1C0EF;
}
</style>
background-color css
<style>
a { background-color: #D1C0EF; }
a { background-color: rgb(209,192,239); }
div.DivClassName
{
background-color: #D1C0EF;
}
.BgClassName
{
background-color: #D1C0EF;
}
</style>
border-color css
<style>
span { border-color: #D1C0EF; }
span { border-color: rgb(209,192,239); }
td.TdClassName
{
border-color: #D1C0EF;
}
.TagClassName
{
border-color: #D1C0EF;
}
</style>