Shades of Fog #D0BDF8
Tints of Fog #D0BDF8
RGB
CMYK
RGB Variations
Color information
#D0BDF8 (or 0xD0BDF8) is known color: Fog. HEX triplet: D0, BD and F8. RGB value is (208,189,248). Sum of RGB (Red+Green+Blue) = 208+189+248=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 248 (97.27% from 255 or 38.45% from 645); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0BDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BDF8 is #2F4207. Grayscale: #C9C9C9. Windows color (decimal): -3097096 or 16301520. OLE color: 16301520.
HSL color Cylindrical-coordinate representation of color #D0BDF8: hue angle of 259.32º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0BDF8 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 189 | 248 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.03 |
| HSL | 259.32º | 0.81% | 0.86% | - |
| HSV(B) | 259.32º | 0.24% | 0.97% | - |
| XYZ | 61.15 | 56.58 | 96.51 | - |
| YUV | 201.41 | 154.29 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 248 | 0.16 | 0.24 | 0 | 0.03 | 259.32 | 0.81 | 0.86 |
| Hex | D0 | BD | F8 | 10 | 18 | 0 | 3 | 103 | 51 | 56 |
| Octal | 320 | 275 | 370 | 20 | 30 | 0 | 3 | 403 | 121 | 126 |
| Binary | 11010000 | 10111101 | 11111000 | 10000 | 11000 | 0 | 11 | 100000011 | 1010001 | 1010110 |
Color Harmonies of #D0BDF8
Complementary color
Monochromatic Colors of #D0BDF8
Black with #D0BDF8
Text Example
Text Example
White with #D0BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BDF8; }
p { color: rgb(208,189,248); }
H1.HeaderClassName
{
color: #D0BDF8;
}
.AnyTagClassName
{
color: #D0BDF8;
}
</style>
background-color css
<style>
a { background-color: #D0BDF8; }
a { background-color: rgb(208,189,248); }
div.DivClassName
{
background-color: #D0BDF8;
}
.BgClassName
{
background-color: #D0BDF8;
}
</style>
border-color css
<style>
span { border-color: #D0BDF8; }
span { border-color: rgb(208,189,248); }
td.TdClassName
{
border-color: #D0BDF8;
}
.TagClassName
{
border-color: #D0BDF8;
}
</style>