Shades of Fog #D8C0FB
Tints of Fog #D8C0FB
RGB
CMYK
RGB Variations
Color information
#D8C0FB (or 0xD8C0FB) is known color: Fog. HEX triplet: D8, C0 and FB. RGB value is (216,192,251). Sum of RGB (Red+Green+Blue) = 216+192+251=659 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.78% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8C0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C0FB is #273F04. Grayscale: #CDCDCD. Windows color (decimal): -2572037 or 16498904. OLE color: 16498904.
HSL color Cylindrical-coordinate representation of color #D8C0FB: hue angle of 264.41º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8C0FB is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 192 | 251 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.02 |
| HSL | 264.41º | 0.88% | 0.87% | - |
| HSV(B) | 264.41º | 0.24% | 0.98% | - |
| XYZ | 64.58 | 59.26 | 99.3 | - |
| YUV | 205.9 | 153.45 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 251 | 0.14 | 0.24 | 0 | 0.02 | 264.41 | 0.88 | 0.87 |
| Hex | D8 | C0 | FB | E | 18 | 0 | 2 | 108 | 58 | 57 |
| Octal | 330 | 300 | 373 | 16 | 30 | 0 | 2 | 410 | 130 | 127 |
| Binary | 11011000 | 11000000 | 11111011 | 1110 | 11000 | 0 | 10 | 100001000 | 1011000 | 1010111 |
Color Harmonies of #D8C0FB
Complementary color
Monochromatic Colors of #D8C0FB
Black with #D8C0FB
Text Example
Text Example
White with #D8C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C0FB; }
p { color: rgb(216,192,251); }
H1.HeaderClassName
{
color: #D8C0FB;
}
.AnyTagClassName
{
color: #D8C0FB;
}
</style>
background-color css
<style>
a { background-color: #D8C0FB; }
a { background-color: rgb(216,192,251); }
div.DivClassName
{
background-color: #D8C0FB;
}
.BgClassName
{
background-color: #D8C0FB;
}
</style>
border-color css
<style>
span { border-color: #D8C0FB; }
span { border-color: rgb(216,192,251); }
td.TdClassName
{
border-color: #D8C0FB;
}
.TagClassName
{
border-color: #D8C0FB;
}
</style>