Shades of Fog #D0BAF6
Tints of Fog #D0BAF6
RGB
CMYK
RGB Variations
Color information
#D0BAF6 (or 0xD0BAF6) is known color: Fog. HEX triplet: D0, BA and F6. RGB value is (208,186,246). Sum of RGB (Red+Green+Blue) = 208+186+246=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAF6 is #2F4509. Grayscale: #C7C7C7. Windows color (decimal): -3097866 or 16169680. OLE color: 16169680.
HSL color Cylindrical-coordinate representation of color #D0BAF6: hue angle of 262º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0BAF6 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 186 | 246 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.04 |
| HSL | 262º | 0.77% | 0.85% | - |
| HSV(B) | 262º | 0.24% | 0.96% | - |
| XYZ | 60.21 | 55.18 | 94.67 | - |
| YUV | 199.42 | 154.29 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 246 | 0.15 | 0.24 | 0 | 0.04 | 262 | 0.77 | 0.85 |
| Hex | D0 | BA | F6 | F | 18 | 0 | 4 | 106 | 4D | 55 |
| Octal | 320 | 272 | 366 | 17 | 30 | 0 | 4 | 406 | 115 | 125 |
| Binary | 11010000 | 10111010 | 11110110 | 1111 | 11000 | 0 | 100 | 100000110 | 1001101 | 1010101 |
Color Harmonies of #D0BAF6
Complementary color
Monochromatic Colors of #D0BAF6
Black with #D0BAF6
Text Example
Text Example
White with #D0BAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAF6; }
p { color: rgb(208,186,246); }
H1.HeaderClassName
{
color: #D0BAF6;
}
.AnyTagClassName
{
color: #D0BAF6;
}
</style>
background-color css
<style>
a { background-color: #D0BAF6; }
a { background-color: rgb(208,186,246); }
div.DivClassName
{
background-color: #D0BAF6;
}
.BgClassName
{
background-color: #D0BAF6;
}
</style>
border-color css
<style>
span { border-color: #D0BAF6; }
span { border-color: rgb(208,186,246); }
td.TdClassName
{
border-color: #D0BAF6;
}
.TagClassName
{
border-color: #D0BAF6;
}
</style>