Shades of Fog #D0BBF9
Tints of Fog #D0BBF9
RGB
CMYK
RGB Variations
Color information
#D0BBF9 (or 0xD0BBF9) is known color: Fog. HEX triplet: D0, BB and F9. RGB value is (208,187,249). Sum of RGB (Red+Green+Blue) = 208+187+249=644 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.30% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0BBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BBF9 is #2F4406. Grayscale: #C8C8C8. Windows color (decimal): -3097607 or 16366544. OLE color: 16366544.
HSL color Cylindrical-coordinate representation of color #D0BBF9: hue angle of 260.32º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0BBF9 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 187 | 249 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.02 |
| HSL | 260.32º | 0.84% | 0.85% | - |
| HSV(B) | 260.32º | 0.25% | 0.98% | - |
| XYZ | 60.88 | 55.79 | 97.18 | - |
| YUV | 200.35 | 155.46 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 249 | 0.16 | 0.25 | 0 | 0.02 | 260.32 | 0.84 | 0.85 |
| Hex | D0 | BB | F9 | 10 | 19 | 0 | 2 | 104 | 54 | 55 |
| Octal | 320 | 273 | 371 | 20 | 31 | 0 | 2 | 404 | 124 | 125 |
| Binary | 11010000 | 10111011 | 11111001 | 10000 | 11001 | 0 | 10 | 100000100 | 1010100 | 1010101 |
Color Harmonies of #D0BBF9
Complementary color
Monochromatic Colors of #D0BBF9
Black with #D0BBF9
Text Example
Text Example
White with #D0BBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBF9; }
p { color: rgb(208,187,249); }
H1.HeaderClassName
{
color: #D0BBF9;
}
.AnyTagClassName
{
color: #D0BBF9;
}
</style>
background-color css
<style>
a { background-color: #D0BBF9; }
a { background-color: rgb(208,187,249); }
div.DivClassName
{
background-color: #D0BBF9;
}
.BgClassName
{
background-color: #D0BBF9;
}
</style>
border-color css
<style>
span { border-color: #D0BBF9; }
span { border-color: rgb(208,187,249); }
td.TdClassName
{
border-color: #D0BBF9;
}
.TagClassName
{
border-color: #D0BBF9;
}
</style>