Shades of Fog #D0BAF5
Tints of Fog #D0BAF5
RGB
CMYK
RGB Variations
Color information
#D0BAF5 (or 0xD0BAF5) is known color: Fog. HEX triplet: D0, BA and F5. RGB value is (208,186,245). Sum of RGB (Red+Green+Blue) = 208+186+245=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 245 - color contains mainly: blue. Hex color #D0BAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAF5 is #2F450A. Grayscale: #C7C7C7. Windows color (decimal): -3097867 or 16104144. OLE color: 16104144.
HSL color Cylindrical-coordinate representation of color #D0BAF5: hue angle of 262.37º degrees, saturation: 0.75, 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 #D0BAF5 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 186 | 245 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.04 |
| HSL | 262.37º | 0.75% | 0.85% | - |
| HSV(B) | 262.37º | 0.24% | 0.96% | - |
| XYZ | 60.05 | 55.12 | 93.86 | - |
| YUV | 199.3 | 153.79 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 245 | 0.15 | 0.24 | 0 | 0.04 | 262.37 | 0.75 | 0.85 |
| Hex | D0 | BA | F5 | F | 18 | 0 | 4 | 106 | 4B | 55 |
| Octal | 320 | 272 | 365 | 17 | 30 | 0 | 4 | 406 | 113 | 125 |
| Binary | 11010000 | 10111010 | 11110101 | 1111 | 11000 | 0 | 100 | 100000110 | 1001011 | 1010101 |
Color Harmonies of #D0BAF5
Complementary color
Monochromatic Colors of #D0BAF5
Black with #D0BAF5
Text Example
Text Example
White with #D0BAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAF5; }
p { color: rgb(208,186,245); }
H1.HeaderClassName
{
color: #D0BAF5;
}
.AnyTagClassName
{
color: #D0BAF5;
}
</style>
background-color css
<style>
a { background-color: #D0BAF5; }
a { background-color: rgb(208,186,245); }
div.DivClassName
{
background-color: #D0BAF5;
}
.BgClassName
{
background-color: #D0BAF5;
}
</style>
border-color css
<style>
span { border-color: #D0BAF5; }
span { border-color: rgb(208,186,245); }
td.TdClassName
{
border-color: #D0BAF5;
}
.TagClassName
{
border-color: #D0BAF5;
}
</style>