Shades of Fog #D0BFEB
Tints of Fog #D0BFEB
RGB
CMYK
RGB Variations
Color information
#D0BFEB (or 0xD0BFEB) is known color: Fog. HEX triplet: D0, BF and EB. RGB value is (208,191,235). Sum of RGB (Red+Green+Blue) = 208+191+235=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BFEB is #2F4014. Grayscale: #C8C8C8. Windows color (decimal): -3096597 or 15450064. OLE color: 15450064.
HSL color Cylindrical-coordinate representation of color #D0BFEB: hue angle of 263.18º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0BFEB is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 191 | 235 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.08 |
| HSL | 263.18º | 0.52% | 0.84% | - |
| HSV(B) | 263.18º | 0.19% | 0.92% | - |
| XYZ | 59.64 | 56.67 | 86.39 | - |
| YUV | 201.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 235 | 0.11 | 0.19 | 0 | 0.08 | 263.18 | 0.52 | 0.84 |
| Hex | D0 | BF | EB | B | 13 | 0 | 8 | 107 | 34 | 54 |
| Octal | 320 | 277 | 353 | 13 | 23 | 0 | 10 | 407 | 64 | 124 |
| Binary | 11010000 | 10111111 | 11101011 | 1011 | 10011 | 0 | 1000 | 100000111 | 110100 | 1010100 |
Color Harmonies of #D0BFEB
Complementary color
Monochromatic Colors of #D0BFEB
Black with #D0BFEB
Text Example
Text Example
White with #D0BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFEB; }
p { color: rgb(208,191,235); }
H1.HeaderClassName
{
color: #D0BFEB;
}
.AnyTagClassName
{
color: #D0BFEB;
}
</style>
background-color css
<style>
a { background-color: #D0BFEB; }
a { background-color: rgb(208,191,235); }
div.DivClassName
{
background-color: #D0BFEB;
}
.BgClassName
{
background-color: #D0BFEB;
}
</style>
border-color css
<style>
span { border-color: #D0BFEB; }
span { border-color: rgb(208,191,235); }
td.TdClassName
{
border-color: #D0BFEB;
}
.TagClassName
{
border-color: #D0BFEB;
}
</style>