Shades of Fog #D8C0F9
Tints of Fog #D8C0F9
RGB
CMYK
RGB Variations
Color information
#D8C0F9 (or 0xD8C0F9) is known color: Fog. HEX triplet: D8, C0 and F9. RGB value is (216,192,249). Sum of RGB (Red+Green+Blue) = 216+192+249=657 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.88% from 657); Green value is 192 (75.39% from 255 or 29.22% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8C0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C0F9 is #273F06. Grayscale: #CDCDCD. Windows color (decimal): -2572039 or 16367832. OLE color: 16367832.
HSL color Cylindrical-coordinate representation of color #D8C0F9: hue angle of 265.26º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8C0F9 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 192 | 249 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.02 |
| HSL | 265.26º | 0.83% | 0.86% | - |
| HSV(B) | 265.26º | 0.23% | 0.98% | - |
| XYZ | 64.27 | 59.14 | 97.65 | - |
| YUV | 205.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 249 | 0.13 | 0.23 | 0 | 0.02 | 265.26 | 0.83 | 0.86 |
| Hex | D8 | C0 | F9 | D | 17 | 0 | 2 | 109 | 53 | 56 |
| Octal | 330 | 300 | 371 | 15 | 27 | 0 | 2 | 411 | 123 | 126 |
| Binary | 11011000 | 11000000 | 11111001 | 1101 | 10111 | 0 | 10 | 100001001 | 1010011 | 1010110 |
Color Harmonies of #D8C0F9
Complementary color
Monochromatic Colors of #D8C0F9
Black with #D8C0F9
Text Example
Text Example
White with #D8C0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C0F9; }
p { color: rgb(216,192,249); }
H1.HeaderClassName
{
color: #D8C0F9;
}
.AnyTagClassName
{
color: #D8C0F9;
}
</style>
background-color css
<style>
a { background-color: #D8C0F9; }
a { background-color: rgb(216,192,249); }
div.DivClassName
{
background-color: #D8C0F9;
}
.BgClassName
{
background-color: #D8C0F9;
}
</style>
border-color css
<style>
span { border-color: #D8C0F9; }
span { border-color: rgb(216,192,249); }
td.TdClassName
{
border-color: #D8C0F9;
}
.TagClassName
{
border-color: #D8C0F9;
}
</style>