Shades of Fog #D0BDF5
Tints of Fog #D0BDF5
RGB
CMYK
RGB Variations
Color information
#D0BDF5 (or 0xD0BDF5) is known color: Fog. HEX triplet: D0, BD and F5. RGB value is (208,189,245). Sum of RGB (Red+Green+Blue) = 208+189+245=642 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.40% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 245 (96.09% from 255 or 38.16% from 642); Max value from RGB is 245 - color contains mainly: blue. Hex color #D0BDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BDF5 is #2F420A. Grayscale: #C8C8C8. Windows color (decimal): -3097099 or 16104912. OLE color: 16104912.
HSL color Cylindrical-coordinate representation of color #D0BDF5: hue angle of 260.36º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0BDF5 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 189 | 245 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.04 |
| HSL | 260.36º | 0.74% | 0.85% | - |
| HSV(B) | 260.36º | 0.23% | 0.96% | - |
| XYZ | 60.69 | 56.4 | 94.07 | - |
| YUV | 201.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 245 | 0.15 | 0.23 | 0 | 0.04 | 260.36 | 0.74 | 0.85 |
| Hex | D0 | BD | F5 | F | 17 | 0 | 4 | 104 | 4A | 55 |
| Octal | 320 | 275 | 365 | 17 | 27 | 0 | 4 | 404 | 112 | 125 |
| Binary | 11010000 | 10111101 | 11110101 | 1111 | 10111 | 0 | 100 | 100000100 | 1001010 | 1010101 |
Color Harmonies of #D0BDF5
Complementary color
Monochromatic Colors of #D0BDF5
Black with #D0BDF5
Text Example
Text Example
White with #D0BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BDF5; }
p { color: rgb(208,189,245); }
H1.HeaderClassName
{
color: #D0BDF5;
}
.AnyTagClassName
{
color: #D0BDF5;
}
</style>
background-color css
<style>
a { background-color: #D0BDF5; }
a { background-color: rgb(208,189,245); }
div.DivClassName
{
background-color: #D0BDF5;
}
.BgClassName
{
background-color: #D0BDF5;
}
</style>
border-color css
<style>
span { border-color: #D0BDF5; }
span { border-color: rgb(208,189,245); }
td.TdClassName
{
border-color: #D0BDF5;
}
.TagClassName
{
border-color: #D0BDF5;
}
</style>