Shades of Fog #D0BAF1
Tints of Fog #D0BAF1
RGB
CMYK
RGB Variations
Color information
#D0BAF1 (or 0xD0BAF1) is known color: Fog. HEX triplet: D0, BA and F1. RGB value is (208,186,241). Sum of RGB (Red+Green+Blue) = 208+186+241=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAF1 is #2F450E. Grayscale: #C6C6C6. Windows color (decimal): -3097871 or 15842000. OLE color: 15842000.
HSL color Cylindrical-coordinate representation of color #D0BAF1: hue angle of 264º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0BAF1 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 186 | 241 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.05 |
| HSL | 264º | 0.66% | 0.84% | - |
| HSV(B) | 264º | 0.23% | 0.95% | - |
| XYZ | 59.45 | 54.88 | 90.68 | - |
| YUV | 198.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 241 | 0.14 | 0.23 | 0 | 0.05 | 264 | 0.66 | 0.84 |
| Hex | D0 | BA | F1 | E | 17 | 0 | 5 | 108 | 42 | 54 |
| Octal | 320 | 272 | 361 | 16 | 27 | 0 | 5 | 410 | 102 | 124 |
| Binary | 11010000 | 10111010 | 11110001 | 1110 | 10111 | 0 | 101 | 100001000 | 1000010 | 1010100 |
Color Harmonies of #D0BAF1
Complementary color
Monochromatic Colors of #D0BAF1
Black with #D0BAF1
Text Example
Text Example
White with #D0BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAF1; }
p { color: rgb(208,186,241); }
H1.HeaderClassName
{
color: #D0BAF1;
}
.AnyTagClassName
{
color: #D0BAF1;
}
</style>
background-color css
<style>
a { background-color: #D0BAF1; }
a { background-color: rgb(208,186,241); }
div.DivClassName
{
background-color: #D0BAF1;
}
.BgClassName
{
background-color: #D0BAF1;
}
</style>
border-color css
<style>
span { border-color: #D0BAF1; }
span { border-color: rgb(208,186,241); }
td.TdClassName
{
border-color: #D0BAF1;
}
.TagClassName
{
border-color: #D0BAF1;
}
</style>