Shades of Fog #D0BAEA
Tints of Fog #D0BAEA
RGB
CMYK
RGB Variations
Color information
#D0BAEA (or 0xD0BAEA) is known color: Fog. HEX triplet: D0, BA and EA. RGB value is (208,186,234). Sum of RGB (Red+Green+Blue) = 208+186+234=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAEA is #2F4515. Grayscale: #C5C5C5. Windows color (decimal): -3097878 or 15383248. OLE color: 15383248.
HSL color Cylindrical-coordinate representation of color #D0BAEA: hue angle of 267.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0BAEA is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 186 | 234 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.08 |
| HSL | 267.5º | 0.53% | 0.82% | - |
| HSV(B) | 267.5º | 0.21% | 0.92% | - |
| XYZ | 58.42 | 54.47 | 85.28 | - |
| YUV | 198.05 | 148.29 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 234 | 0.11 | 0.21 | 0 | 0.08 | 267.5 | 0.53 | 0.82 |
| Hex | D0 | BA | EA | B | 15 | 0 | 8 | 10C | 35 | 52 |
| Octal | 320 | 272 | 352 | 13 | 25 | 0 | 10 | 414 | 65 | 122 |
| Binary | 11010000 | 10111010 | 11101010 | 1011 | 10101 | 0 | 1000 | 100001100 | 110101 | 1010010 |
Color Harmonies of #D0BAEA
Complementary color
Monochromatic Colors of #D0BAEA
Black with #D0BAEA
Text Example
Text Example
White with #D0BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAEA; }
p { color: rgb(208,186,234); }
H1.HeaderClassName
{
color: #D0BAEA;
}
.AnyTagClassName
{
color: #D0BAEA;
}
</style>
background-color css
<style>
a { background-color: #D0BAEA; }
a { background-color: rgb(208,186,234); }
div.DivClassName
{
background-color: #D0BAEA;
}
.BgClassName
{
background-color: #D0BAEA;
}
</style>
border-color css
<style>
span { border-color: #D0BAEA; }
span { border-color: rgb(208,186,234); }
td.TdClassName
{
border-color: #D0BAEA;
}
.TagClassName
{
border-color: #D0BAEA;
}
</style>