Shades of Fog #D8BEFB
Tints of Fog #D8BEFB
RGB
CMYK
RGB Variations
Color information
#D8BEFB (or 0xD8BEFB) is known color: Fog. HEX triplet: D8, BE and FB. RGB value is (216,190,251). Sum of RGB (Red+Green+Blue) = 216+190+251=657 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.88% from 657); Green value is 190 (74.61% from 255 or 28.92% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8BEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BEFB is #274104. Grayscale: #CCCCCC. Windows color (decimal): -2572549 or 16498392. OLE color: 16498392.
HSL color Cylindrical-coordinate representation of color #D8BEFB: hue angle of 265.57º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8BEFB is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 190 | 251 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.02 |
| HSL | 265.57º | 0.88% | 0.86% | - |
| HSV(B) | 265.57º | 0.24% | 0.98% | - |
| XYZ | 64.14 | 58.39 | 99.16 | - |
| YUV | 204.73 | 154.11 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 251 | 0.14 | 0.24 | 0 | 0.02 | 265.57 | 0.88 | 0.86 |
| Hex | D8 | BE | FB | E | 18 | 0 | 2 | 10A | 58 | 56 |
| Octal | 330 | 276 | 373 | 16 | 30 | 0 | 2 | 412 | 130 | 126 |
| Binary | 11011000 | 10111110 | 11111011 | 1110 | 11000 | 0 | 10 | 100001010 | 1011000 | 1010110 |
Color Harmonies of #D8BEFB
Complementary color
Monochromatic Colors of #D8BEFB
Black with #D8BEFB
Text Example
Text Example
White with #D8BEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BEFB; }
p { color: rgb(216,190,251); }
H1.HeaderClassName
{
color: #D8BEFB;
}
.AnyTagClassName
{
color: #D8BEFB;
}
</style>
background-color css
<style>
a { background-color: #D8BEFB; }
a { background-color: rgb(216,190,251); }
div.DivClassName
{
background-color: #D8BEFB;
}
.BgClassName
{
background-color: #D8BEFB;
}
</style>
border-color css
<style>
span { border-color: #D8BEFB; }
span { border-color: rgb(216,190,251); }
td.TdClassName
{
border-color: #D8BEFB;
}
.TagClassName
{
border-color: #D8BEFB;
}
</style>