Shades of Fog #D0BAFF
Tints of Fog #D0BAFF
RGB
CMYK
RGB Variations
Color information
#D0BAFF (or 0xD0BAFF) is known color: Fog. HEX triplet: D0, BA and FF. RGB value is (208,186,255). Sum of RGB (Red+Green+Blue) = 208+186+255=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAFF is #2F4500. Grayscale: #C8C8C8. Windows color (decimal): -3097857 or 16759504. OLE color: 16759504.
HSL color Cylindrical-coordinate representation of color #D0BAFF: hue angle of 259.13º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0BAFF is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 186 | 255 | - |
| CMYK | 0.18 | 0.27 | 0 | 0 |
| HSL | 259.13º | 1% | 0.86% | - |
| HSV(B) | 259.13º | 0.27% | 1% | - |
| XYZ | 61.62 | 55.75 | 102.12 | - |
| YUV | 200.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 255 | 0.18 | 0.27 | 0 | 0 | 259.13 | 1 | 0.86 |
| Hex | D0 | BA | FF | 12 | 1B | 0 | 0 | 103 | 64 | 56 |
| Octal | 320 | 272 | 377 | 22 | 33 | 0 | 0 | 403 | 144 | 126 |
| Binary | 11010000 | 10111010 | 11111111 | 10010 | 11011 | 0 | 0 | 100000011 | 1100100 | 1010110 |
Color Harmonies of #D0BAFF
Complementary color
Monochromatic Colors of #D0BAFF
Black with #D0BAFF
Text Example
Text Example
White with #D0BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAFF; }
p { color: rgb(208,186,255); }
H1.HeaderClassName
{
color: #D0BAFF;
}
.AnyTagClassName
{
color: #D0BAFF;
}
</style>
background-color css
<style>
a { background-color: #D0BAFF; }
a { background-color: rgb(208,186,255); }
div.DivClassName
{
background-color: #D0BAFF;
}
.BgClassName
{
background-color: #D0BAFF;
}
</style>
border-color css
<style>
span { border-color: #D0BAFF; }
span { border-color: rgb(208,186,255); }
td.TdClassName
{
border-color: #D0BAFF;
}
.TagClassName
{
border-color: #D0BAFF;
}
</style>