Shades of Fog #D0BBF2
Tints of Fog #D0BBF2
RGB
CMYK
RGB Variations
Color information
#D0BBF2 (or 0xD0BBF2) is known color: Fog. HEX triplet: D0, BB and F2. RGB value is (208,187,242). Sum of RGB (Red+Green+Blue) = 208+187+242=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #D0BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BBF2 is #2F440D. Grayscale: #C7C7C7. Windows color (decimal): -3097614 or 15907792. OLE color: 15907792.
HSL color Cylindrical-coordinate representation of color #D0BBF2: hue angle of 262.91º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0BBF2 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 187 | 242 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.05 |
| HSL | 262.91º | 0.68% | 0.84% | - |
| HSV(B) | 262.91º | 0.23% | 0.95% | - |
| XYZ | 59.81 | 55.36 | 91.54 | - |
| YUV | 199.55 | 151.96 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 242 | 0.14 | 0.23 | 0 | 0.05 | 262.91 | 0.68 | 0.84 |
| Hex | D0 | BB | F2 | E | 17 | 0 | 5 | 107 | 44 | 54 |
| Octal | 320 | 273 | 362 | 16 | 27 | 0 | 5 | 407 | 104 | 124 |
| Binary | 11010000 | 10111011 | 11110010 | 1110 | 10111 | 0 | 101 | 100000111 | 1000100 | 1010100 |
Color Harmonies of #D0BBF2
Complementary color
Monochromatic Colors of #D0BBF2
Black with #D0BBF2
Text Example
Text Example
White with #D0BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBF2; }
p { color: rgb(208,187,242); }
H1.HeaderClassName
{
color: #D0BBF2;
}
.AnyTagClassName
{
color: #D0BBF2;
}
</style>
background-color css
<style>
a { background-color: #D0BBF2; }
a { background-color: rgb(208,187,242); }
div.DivClassName
{
background-color: #D0BBF2;
}
.BgClassName
{
background-color: #D0BBF2;
}
</style>
border-color css
<style>
span { border-color: #D0BBF2; }
span { border-color: rgb(208,187,242); }
td.TdClassName
{
border-color: #D0BBF2;
}
.TagClassName
{
border-color: #D0BBF2;
}
</style>