Shades of Fog #D0BAF7
Tints of Fog #D0BAF7
RGB
CMYK
RGB Variations
Color information
#D0BAF7 (or 0xD0BAF7) is known color: Fog. HEX triplet: D0, BA and F7. RGB value is (208,186,247). Sum of RGB (Red+Green+Blue) = 208+186+247=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0BAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAF7 is #2F4508. Grayscale: #C7C7C7. Windows color (decimal): -3097865 or 16235216. OLE color: 16235216.
HSL color Cylindrical-coordinate representation of color #D0BAF7: hue angle of 261.64º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0BAF7 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 186 | 247 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.03 |
| HSL | 261.64º | 0.79% | 0.85% | - |
| HSV(B) | 261.64º | 0.25% | 0.97% | - |
| XYZ | 60.36 | 55.24 | 95.48 | - |
| YUV | 199.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 247 | 0.16 | 0.25 | 0 | 0.03 | 261.64 | 0.79 | 0.85 |
| Hex | D0 | BA | F7 | 10 | 19 | 0 | 3 | 106 | 4F | 55 |
| Octal | 320 | 272 | 367 | 20 | 31 | 0 | 3 | 406 | 117 | 125 |
| Binary | 11010000 | 10111010 | 11110111 | 10000 | 11001 | 0 | 11 | 100000110 | 1001111 | 1010101 |
Color Harmonies of #D0BAF7
Complementary color
Monochromatic Colors of #D0BAF7
Black with #D0BAF7
Text Example
Text Example
White with #D0BAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAF7; }
p { color: rgb(208,186,247); }
H1.HeaderClassName
{
color: #D0BAF7;
}
.AnyTagClassName
{
color: #D0BAF7;
}
</style>
background-color css
<style>
a { background-color: #D0BAF7; }
a { background-color: rgb(208,186,247); }
div.DivClassName
{
background-color: #D0BAF7;
}
.BgClassName
{
background-color: #D0BAF7;
}
</style>
border-color css
<style>
span { border-color: #D0BAF7; }
span { border-color: rgb(208,186,247); }
td.TdClassName
{
border-color: #D0BAF7;
}
.TagClassName
{
border-color: #D0BAF7;
}
</style>