Shades of Fog #D8BCF7
Tints of Fog #D8BCF7
RGB
CMYK
RGB Variations
Color information
#D8BCF7 (or 0xD8BCF7) is known color: Fog. HEX triplet: D8, BC and F7. RGB value is (216,188,247). Sum of RGB (Red+Green+Blue) = 216+188+247=651 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.18% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 247 - color contains mainly: blue. Hex color #D8BCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BCF7 is #274308. Grayscale: #CACACA. Windows color (decimal): -2573065 or 16235736. OLE color: 16235736.
HSL color Cylindrical-coordinate representation of color #D8BCF7: hue angle of 268.47º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8BCF7 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 188 | 247 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.03 |
| HSL | 268.47º | 0.79% | 0.85% | - |
| HSV(B) | 268.47º | 0.24% | 0.97% | - |
| XYZ | 63.09 | 57.28 | 95.73 | - |
| YUV | 203.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 247 | 0.13 | 0.24 | 0 | 0.03 | 268.47 | 0.79 | 0.85 |
| Hex | D8 | BC | F7 | D | 18 | 0 | 3 | 10C | 4F | 55 |
| Octal | 330 | 274 | 367 | 15 | 30 | 0 | 3 | 414 | 117 | 125 |
| Binary | 11011000 | 10111100 | 11110111 | 1101 | 11000 | 0 | 11 | 100001100 | 1001111 | 1010101 |
Color Harmonies of #D8BCF7
Complementary color
Monochromatic Colors of #D8BCF7
Black with #D8BCF7
Text Example
Text Example
White with #D8BCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCF7; }
p { color: rgb(216,188,247); }
H1.HeaderClassName
{
color: #D8BCF7;
}
.AnyTagClassName
{
color: #D8BCF7;
}
</style>
background-color css
<style>
a { background-color: #D8BCF7; }
a { background-color: rgb(216,188,247); }
div.DivClassName
{
background-color: #D8BCF7;
}
.BgClassName
{
background-color: #D8BCF7;
}
</style>
border-color css
<style>
span { border-color: #D8BCF7; }
span { border-color: rgb(216,188,247); }
td.TdClassName
{
border-color: #D8BCF7;
}
.TagClassName
{
border-color: #D8BCF7;
}
</style>