Shades of Fog #D0BAFB
Tints of Fog #D0BAFB
RGB
CMYK
RGB Variations
Color information
#D0BAFB (or 0xD0BAFB) is known color: Fog. HEX triplet: D0, BA and FB. RGB value is (208,186,251). Sum of RGB (Red+Green+Blue) = 208+186+251=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAFB is #2F4504. Grayscale: #C7C7C7. Windows color (decimal): -3097861 or 16497360. OLE color: 16497360.
HSL color Cylindrical-coordinate representation of color #D0BAFB: hue angle of 260.31º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0BAFB is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 186 | 251 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.02 |
| HSL | 260.31º | 0.89% | 0.86% | - |
| HSV(B) | 260.31º | 0.26% | 0.98% | - |
| XYZ | 60.98 | 55.49 | 98.76 | - |
| YUV | 199.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 251 | 0.17 | 0.26 | 0 | 0.02 | 260.31 | 0.89 | 0.86 |
| Hex | D0 | BA | FB | 11 | 1A | 0 | 2 | 104 | 59 | 56 |
| Octal | 320 | 272 | 373 | 21 | 32 | 0 | 2 | 404 | 131 | 126 |
| Binary | 11010000 | 10111010 | 11111011 | 10001 | 11010 | 0 | 10 | 100000100 | 1011001 | 1010110 |
Color Harmonies of #D0BAFB
Complementary color
Monochromatic Colors of #D0BAFB
Black with #D0BAFB
Text Example
Text Example
White with #D0BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAFB; }
p { color: rgb(208,186,251); }
H1.HeaderClassName
{
color: #D0BAFB;
}
.AnyTagClassName
{
color: #D0BAFB;
}
</style>
background-color css
<style>
a { background-color: #D0BAFB; }
a { background-color: rgb(208,186,251); }
div.DivClassName
{
background-color: #D0BAFB;
}
.BgClassName
{
background-color: #D0BAFB;
}
</style>
border-color css
<style>
span { border-color: #D0BAFB; }
span { border-color: rgb(208,186,251); }
td.TdClassName
{
border-color: #D0BAFB;
}
.TagClassName
{
border-color: #D0BAFB;
}
</style>