Shades of Fog #D0BAE8
Tints of Fog #D0BAE8
RGB
CMYK
RGB Variations
Color information
#D0BAE8 (or 0xD0BAE8) is known color: Fog. HEX triplet: D0, BA and E8. RGB value is (208,186,232). Sum of RGB (Red+Green+Blue) = 208+186+232=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0BAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAE8 is #2F4517. Grayscale: #C5C5C5. Windows color (decimal): -3097880 or 15252176. OLE color: 15252176.
HSL color Cylindrical-coordinate representation of color #D0BAE8: hue angle of 268.7º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0BAE8 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 186 | 232 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.09 |
| HSL | 268.7º | 0.5% | 0.82% | - |
| HSV(B) | 268.7º | 0.2% | 0.91% | - |
| XYZ | 58.14 | 54.35 | 83.77 | - |
| YUV | 197.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 232 | 0.10 | 0.20 | 0 | 0.09 | 268.7 | 0.5 | 0.82 |
| Hex | D0 | BA | E8 | A | 14 | 0 | 9 | 10D | 32 | 52 |
| Octal | 320 | 272 | 350 | 12 | 24 | 0 | 11 | 415 | 62 | 122 |
| Binary | 11010000 | 10111010 | 11101000 | 1010 | 10100 | 0 | 1001 | 100001101 | 110010 | 1010010 |
Color Harmonies of #D0BAE8
Complementary color
Monochromatic Colors of #D0BAE8
Black with #D0BAE8
Text Example
Text Example
White with #D0BAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAE8; }
p { color: rgb(208,186,232); }
H1.HeaderClassName
{
color: #D0BAE8;
}
.AnyTagClassName
{
color: #D0BAE8;
}
</style>
background-color css
<style>
a { background-color: #D0BAE8; }
a { background-color: rgb(208,186,232); }
div.DivClassName
{
background-color: #D0BAE8;
}
.BgClassName
{
background-color: #D0BAE8;
}
</style>
border-color css
<style>
span { border-color: #D0BAE8; }
span { border-color: rgb(208,186,232); }
td.TdClassName
{
border-color: #D0BAE8;
}
.TagClassName
{
border-color: #D0BAE8;
}
</style>