Shades of Fog #D8BFEF
Tints of Fog #D8BFEF
RGB
CMYK
RGB Variations
Color information
#D8BFEF (or 0xD8BFEF) is known color: Fog. HEX triplet: D8, BF and EF. RGB value is (216,191,239). Sum of RGB (Red+Green+Blue) = 216+191+239=646 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.44% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BFEF is #274010. Grayscale: #CBCBCB. Windows color (decimal): -2572305 or 15712216. OLE color: 15712216.
HSL color Cylindrical-coordinate representation of color #D8BFEF: hue angle of 271.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8BFEF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 191 | 239 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.06 |
| HSL | 271.25º | 0.6% | 0.84% | - |
| HSV(B) | 271.25º | 0.2% | 0.94% | - |
| XYZ | 62.53 | 58.09 | 89.58 | - |
| YUV | 203.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 239 | 0.10 | 0.20 | 0 | 0.06 | 271.25 | 0.6 | 0.84 |
| Hex | D8 | BF | EF | A | 14 | 0 | 6 | 10F | 3C | 54 |
| Octal | 330 | 277 | 357 | 12 | 24 | 0 | 6 | 417 | 74 | 124 |
| Binary | 11011000 | 10111111 | 11101111 | 1010 | 10100 | 0 | 110 | 100001111 | 111100 | 1010100 |
Color Harmonies of #D8BFEF
Complementary color
Monochromatic Colors of #D8BFEF
Black with #D8BFEF
Text Example
Text Example
White with #D8BFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BFEF; }
p { color: rgb(216,191,239); }
H1.HeaderClassName
{
color: #D8BFEF;
}
.AnyTagClassName
{
color: #D8BFEF;
}
</style>
background-color css
<style>
a { background-color: #D8BFEF; }
a { background-color: rgb(216,191,239); }
div.DivClassName
{
background-color: #D8BFEF;
}
.BgClassName
{
background-color: #D8BFEF;
}
</style>
border-color css
<style>
span { border-color: #D8BFEF; }
span { border-color: rgb(216,191,239); }
td.TdClassName
{
border-color: #D8BFEF;
}
.TagClassName
{
border-color: #D8BFEF;
}
</style>