Shades of Fog #D0BAFA
Tints of Fog #D0BAFA
RGB
CMYK
RGB Variations
Color information
#D0BAFA (or 0xD0BAFA) is known color: Fog. HEX triplet: D0, BA and FA. RGB value is (208,186,250). Sum of RGB (Red+Green+Blue) = 208+186+250=644 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.30% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAFA is #2F4505. Grayscale: #C7C7C7. Windows color (decimal): -3097862 or 16431824. OLE color: 16431824.
HSL color Cylindrical-coordinate representation of color #D0BAFA: hue angle of 260.62º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0BAFA is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 186 | 250 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.02 |
| HSL | 260.63º | 0.86% | 0.85% | - |
| HSV(B) | 260.63º | 0.26% | 0.98% | - |
| XYZ | 60.83 | 55.43 | 97.94 | - |
| YUV | 199.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 250 | 0.17 | 0.26 | 0 | 0.02 | 260.63 | 0.86 | 0.85 |
| Hex | D0 | BA | FA | 11 | 1A | 0 | 2 | 105 | 56 | 55 |
| Octal | 320 | 272 | 372 | 21 | 32 | 0 | 2 | 405 | 126 | 125 |
| Binary | 11010000 | 10111010 | 11111010 | 10001 | 11010 | 0 | 10 | 100000101 | 1010110 | 1010101 |
Color Harmonies of #D0BAFA
Complementary color
Monochromatic Colors of #D0BAFA
Black with #D0BAFA
Text Example
Text Example
White with #D0BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAFA; }
p { color: rgb(208,186,250); }
H1.HeaderClassName
{
color: #D0BAFA;
}
.AnyTagClassName
{
color: #D0BAFA;
}
</style>
background-color css
<style>
a { background-color: #D0BAFA; }
a { background-color: rgb(208,186,250); }
div.DivClassName
{
background-color: #D0BAFA;
}
.BgClassName
{
background-color: #D0BAFA;
}
</style>
border-color css
<style>
span { border-color: #D0BAFA; }
span { border-color: rgb(208,186,250); }
td.TdClassName
{
border-color: #D0BAFA;
}
.TagClassName
{
border-color: #D0BAFA;
}
</style>