Shades of Fog #D0BAFD
Tints of Fog #D0BAFD
RGB
CMYK
RGB Variations
Color information
#D0BAFD (or 0xD0BAFD) is known color: Fog. HEX triplet: D0, BA and FD. RGB value is (208,186,253). Sum of RGB (Red+Green+Blue) = 208+186+253=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BAFD is #2F4502. Grayscale: #C7C7C7. Windows color (decimal): -3097859 or 16628432. OLE color: 16628432.
HSL color Cylindrical-coordinate representation of color #D0BAFD: hue angle of 259.7º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0BAFD is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 186 | 253 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.01 |
| HSL | 259.7º | 0.94% | 0.86% | - |
| HSV(B) | 259.7º | 0.26% | 0.99% | - |
| XYZ | 61.3 | 55.62 | 100.43 | - |
| YUV | 200.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 253 | 0.18 | 0.26 | 0 | 0.01 | 259.7 | 0.94 | 0.86 |
| Hex | D0 | BA | FD | 12 | 1A | 0 | 1 | 104 | 5E | 56 |
| Octal | 320 | 272 | 375 | 22 | 32 | 0 | 1 | 404 | 136 | 126 |
| Binary | 11010000 | 10111010 | 11111101 | 10010 | 11010 | 0 | 1 | 100000100 | 1011110 | 1010110 |
Color Harmonies of #D0BAFD
Complementary color
Monochromatic Colors of #D0BAFD
Black with #D0BAFD
Text Example
Text Example
White with #D0BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAFD; }
p { color: rgb(208,186,253); }
H1.HeaderClassName
{
color: #D0BAFD;
}
.AnyTagClassName
{
color: #D0BAFD;
}
</style>
background-color css
<style>
a { background-color: #D0BAFD; }
a { background-color: rgb(208,186,253); }
div.DivClassName
{
background-color: #D0BAFD;
}
.BgClassName
{
background-color: #D0BAFD;
}
</style>
border-color css
<style>
span { border-color: #D0BAFD; }
span { border-color: rgb(208,186,253); }
td.TdClassName
{
border-color: #D0BAFD;
}
.TagClassName
{
border-color: #D0BAFD;
}
</style>