Shades of Fog #D0BBF0
Tints of Fog #D0BBF0
RGB
CMYK
RGB Variations
Color information
#D0BBF0 (or 0xD0BBF0) is known color: Fog. HEX triplet: D0, BB and F0. RGB value is (208,187,240). Sum of RGB (Red+Green+Blue) = 208+187+240=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #D0BBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BBF0 is #2F440F. Grayscale: #C7C7C7. Windows color (decimal): -3097616 or 15776720. OLE color: 15776720.
HSL color Cylindrical-coordinate representation of color #D0BBF0: hue angle of 263.77º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0BBF0 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 187 | 240 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.06 |
| HSL | 263.77º | 0.64% | 0.84% | - |
| HSV(B) | 263.77º | 0.22% | 0.94% | - |
| XYZ | 59.51 | 55.24 | 89.96 | - |
| YUV | 199.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 240 | 0.13 | 0.22 | 0 | 0.06 | 263.77 | 0.64 | 0.84 |
| Hex | D0 | BB | F0 | D | 16 | 0 | 6 | 108 | 40 | 54 |
| Octal | 320 | 273 | 360 | 15 | 26 | 0 | 6 | 410 | 100 | 124 |
| Binary | 11010000 | 10111011 | 11110000 | 1101 | 10110 | 0 | 110 | 100001000 | 1000000 | 1010100 |
Color Harmonies of #D0BBF0
Complementary color
Monochromatic Colors of #D0BBF0
Black with #D0BBF0
Text Example
Text Example
White with #D0BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBF0; }
p { color: rgb(208,187,240); }
H1.HeaderClassName
{
color: #D0BBF0;
}
.AnyTagClassName
{
color: #D0BBF0;
}
</style>
background-color css
<style>
a { background-color: #D0BBF0; }
a { background-color: rgb(208,187,240); }
div.DivClassName
{
background-color: #D0BBF0;
}
.BgClassName
{
background-color: #D0BBF0;
}
</style>
border-color css
<style>
span { border-color: #D0BBF0; }
span { border-color: rgb(208,187,240); }
td.TdClassName
{
border-color: #D0BBF0;
}
.TagClassName
{
border-color: #D0BBF0;
}
</style>