Shades of Fog #D8C0EF
Tints of Fog #D8C0EF
RGB
CMYK
RGB Variations
Color information
#D8C0EF (or 0xD8C0EF) is known color: Fog. HEX triplet: D8, C0 and EF. RGB value is (216,192,239). Sum of RGB (Red+Green+Blue) = 216+192+239=647 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.38% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8C0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C0EF is #273F10. Grayscale: #CCCCCC. Windows color (decimal): -2572049 or 15712472. OLE color: 15712472.
HSL color Cylindrical-coordinate representation of color #D8C0EF: hue angle of 270.64º 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 #D8C0EF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 192 | 239 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.06 |
| HSL | 270.64º | 0.59% | 0.85% | - |
| HSV(B) | 270.64º | 0.2% | 0.94% | - |
| XYZ | 62.75 | 58.53 | 89.65 | - |
| YUV | 204.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 239 | 0.10 | 0.20 | 0 | 0.06 | 270.64 | 0.59 | 0.85 |
| Hex | D8 | C0 | EF | A | 14 | 0 | 6 | 10F | 3B | 55 |
| Octal | 330 | 300 | 357 | 12 | 24 | 0 | 6 | 417 | 73 | 125 |
| Binary | 11011000 | 11000000 | 11101111 | 1010 | 10100 | 0 | 110 | 100001111 | 111011 | 1010101 |
Color Harmonies of #D8C0EF
Complementary color
Monochromatic Colors of #D8C0EF
Black with #D8C0EF
Text Example
Text Example
White with #D8C0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C0EF; }
p { color: rgb(216,192,239); }
H1.HeaderClassName
{
color: #D8C0EF;
}
.AnyTagClassName
{
color: #D8C0EF;
}
</style>
background-color css
<style>
a { background-color: #D8C0EF; }
a { background-color: rgb(216,192,239); }
div.DivClassName
{
background-color: #D8C0EF;
}
.BgClassName
{
background-color: #D8C0EF;
}
</style>
border-color css
<style>
span { border-color: #D8C0EF; }
span { border-color: rgb(216,192,239); }
td.TdClassName
{
border-color: #D8C0EF;
}
.TagClassName
{
border-color: #D8C0EF;
}
</style>