Shades of Fog #D0BDF9
Tints of Fog #D0BDF9
RGB
CMYK
RGB Variations
Color information
#D0BDF9 (or 0xD0BDF9) is known color: Fog. HEX triplet: D0, BD and F9. RGB value is (208,189,249). Sum of RGB (Red+Green+Blue) = 208+189+249=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0BDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BDF9 is #2F4206. Grayscale: #C9C9C9. Windows color (decimal): -3097095 or 16367056. OLE color: 16367056.
HSL color Cylindrical-coordinate representation of color #D0BDF9: hue angle of 259º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0BDF9 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 189 | 249 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.02 |
| HSL | 259º | 0.83% | 0.86% | - |
| HSV(B) | 259º | 0.24% | 0.98% | - |
| XYZ | 61.31 | 56.64 | 97.32 | - |
| YUV | 201.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 249 | 0.16 | 0.24 | 0 | 0.02 | 259 | 0.83 | 0.86 |
| Hex | D0 | BD | F9 | 10 | 18 | 0 | 2 | 103 | 53 | 56 |
| Octal | 320 | 275 | 371 | 20 | 30 | 0 | 2 | 403 | 123 | 126 |
| Binary | 11010000 | 10111101 | 11111001 | 10000 | 11000 | 0 | 10 | 100000011 | 1010011 | 1010110 |
Color Harmonies of #D0BDF9
Complementary color
Monochromatic Colors of #D0BDF9
Black with #D0BDF9
Text Example
Text Example
White with #D0BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BDF9; }
p { color: rgb(208,189,249); }
H1.HeaderClassName
{
color: #D0BDF9;
}
.AnyTagClassName
{
color: #D0BDF9;
}
</style>
background-color css
<style>
a { background-color: #D0BDF9; }
a { background-color: rgb(208,189,249); }
div.DivClassName
{
background-color: #D0BDF9;
}
.BgClassName
{
background-color: #D0BDF9;
}
</style>
border-color css
<style>
span { border-color: #D0BDF9; }
span { border-color: rgb(208,189,249); }
td.TdClassName
{
border-color: #D0BDF9;
}
.TagClassName
{
border-color: #D0BDF9;
}
</style>