Shades of Fog #D0BAEF
Tints of Fog #D0BAEF
RGB
CMYK
RGB Variations
Color information
#D0BAEF (or 0xD0BAEF) is known color: Fog. HEX triplet: D0, BA and EF. RGB value is (208,186,239). Sum of RGB (Red+Green+Blue) = 208+186+239=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAEF is #2F4510. Grayscale: #C6C6C6. Windows color (decimal): -3097873 or 15710928. OLE color: 15710928.
HSL color Cylindrical-coordinate representation of color #D0BAEF: hue angle of 264.91º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0BAEF is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 186 | 239 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.06 |
| HSL | 264.91º | 0.62% | 0.83% | - |
| HSV(B) | 264.91º | 0.22% | 0.94% | - |
| XYZ | 59.15 | 54.76 | 89.11 | - |
| YUV | 198.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 239 | 0.13 | 0.22 | 0 | 0.06 | 264.91 | 0.62 | 0.83 |
| Hex | D0 | BA | EF | D | 16 | 0 | 6 | 109 | 3E | 53 |
| Octal | 320 | 272 | 357 | 15 | 26 | 0 | 6 | 411 | 76 | 123 |
| Binary | 11010000 | 10111010 | 11101111 | 1101 | 10110 | 0 | 110 | 100001001 | 111110 | 1010011 |
Color Harmonies of #D0BAEF
Complementary color
Monochromatic Colors of #D0BAEF
Black with #D0BAEF
Text Example
Text Example
White with #D0BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAEF; }
p { color: rgb(208,186,239); }
H1.HeaderClassName
{
color: #D0BAEF;
}
.AnyTagClassName
{
color: #D0BAEF;
}
</style>
background-color css
<style>
a { background-color: #D0BAEF; }
a { background-color: rgb(208,186,239); }
div.DivClassName
{
background-color: #D0BAEF;
}
.BgClassName
{
background-color: #D0BAEF;
}
</style>
border-color css
<style>
span { border-color: #D0BAEF; }
span { border-color: rgb(208,186,239); }
td.TdClassName
{
border-color: #D0BAEF;
}
.TagClassName
{
border-color: #D0BAEF;
}
</style>