Shades of Fog #D0BAEB
Tints of Fog #D0BAEB
RGB
CMYK
RGB Variations
Color information
#D0BAEB (or 0xD0BAEB) is known color: Fog. HEX triplet: D0, BA and EB. RGB value is (208,186,235). Sum of RGB (Red+Green+Blue) = 208+186+235=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAEB is #2F4514. Grayscale: #C5C5C5. Windows color (decimal): -3097877 or 15448784. OLE color: 15448784.
HSL color Cylindrical-coordinate representation of color #D0BAEB: hue angle of 266.94º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0BAEB is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 186 | 235 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.08 |
| HSL | 266.94º | 0.55% | 0.83% | - |
| HSV(B) | 266.94º | 0.21% | 0.92% | - |
| XYZ | 58.57 | 54.53 | 86.04 | - |
| YUV | 198.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 235 | 0.11 | 0.21 | 0 | 0.08 | 266.94 | 0.55 | 0.83 |
| Hex | D0 | BA | EB | B | 15 | 0 | 8 | 10B | 37 | 53 |
| Octal | 320 | 272 | 353 | 13 | 25 | 0 | 10 | 413 | 67 | 123 |
| Binary | 11010000 | 10111010 | 11101011 | 1011 | 10101 | 0 | 1000 | 100001011 | 110111 | 1010011 |
Color Harmonies of #D0BAEB
Complementary color
Monochromatic Colors of #D0BAEB
Black with #D0BAEB
Text Example
Text Example
White with #D0BAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAEB; }
p { color: rgb(208,186,235); }
H1.HeaderClassName
{
color: #D0BAEB;
}
.AnyTagClassName
{
color: #D0BAEB;
}
</style>
background-color css
<style>
a { background-color: #D0BAEB; }
a { background-color: rgb(208,186,235); }
div.DivClassName
{
background-color: #D0BAEB;
}
.BgClassName
{
background-color: #D0BAEB;
}
</style>
border-color css
<style>
span { border-color: #D0BAEB; }
span { border-color: rgb(208,186,235); }
td.TdClassName
{
border-color: #D0BAEB;
}
.TagClassName
{
border-color: #D0BAEB;
}
</style>