Shades of Fog #D1C0EB
Tints of Fog #D1C0EB
RGB
CMYK
RGB Variations
Color information
#D1C0EB (or 0xD1C0EB) is known color: Fog. HEX triplet: D1, C0 and EB. RGB value is (209,192,235). Sum of RGB (Red+Green+Blue) = 209+192+235=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C0EB is #2E3F14. Grayscale: #C9C9C9. Windows color (decimal): -3030805 or 15450321. OLE color: 15450321.
HSL color Cylindrical-coordinate representation of color #D1C0EB: hue angle of 263.72º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1C0EB is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 192 | 235 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.08 |
| HSL | 263.72º | 0.52% | 0.84% | - |
| HSV(B) | 263.72º | 0.18% | 0.92% | - |
| XYZ | 60.14 | 57.25 | 86.48 | - |
| YUV | 201.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 235 | 0.11 | 0.18 | 0 | 0.08 | 263.72 | 0.52 | 0.84 |
| Hex | D1 | C0 | EB | B | 12 | 0 | 8 | 108 | 34 | 54 |
| Octal | 321 | 300 | 353 | 13 | 22 | 0 | 10 | 410 | 64 | 124 |
| Binary | 11010001 | 11000000 | 11101011 | 1011 | 10010 | 0 | 1000 | 100001000 | 110100 | 1010100 |
Color Harmonies of #D1C0EB
Complementary color
Monochromatic Colors of #D1C0EB
Black with #D1C0EB
Text Example
Text Example
White with #D1C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C0EB; }
p { color: rgb(209,192,235); }
H1.HeaderClassName
{
color: #D1C0EB;
}
.AnyTagClassName
{
color: #D1C0EB;
}
</style>
background-color css
<style>
a { background-color: #D1C0EB; }
a { background-color: rgb(209,192,235); }
div.DivClassName
{
background-color: #D1C0EB;
}
.BgClassName
{
background-color: #D1C0EB;
}
</style>
border-color css
<style>
span { border-color: #D1C0EB; }
span { border-color: rgb(209,192,235); }
td.TdClassName
{
border-color: #D1C0EB;
}
.TagClassName
{
border-color: #D1C0EB;
}
</style>