Shades of Fog #D0BCE9
Tints of Fog #D0BCE9
RGB
CMYK
RGB Variations
Color information
#D0BCE9 (or 0xD0BCE9) is known color: Fog. HEX triplet: D0, BC and E9. RGB value is (208,188,233). Sum of RGB (Red+Green+Blue) = 208+188+233=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0BCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BCE9 is #2F4316. Grayscale: #C6C6C6. Windows color (decimal): -3097367 or 15318224. OLE color: 15318224.
HSL color Cylindrical-coordinate representation of color #D0BCE9: hue angle of 266.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0BCE9 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 188 | 233 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.09 |
| HSL | 266.67º | 0.51% | 0.83% | - |
| HSV(B) | 266.67º | 0.19% | 0.91% | - |
| XYZ | 58.7 | 55.26 | 84.66 | - |
| YUV | 199.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 233 | 0.11 | 0.19 | 0 | 0.09 | 266.67 | 0.51 | 0.83 |
| Hex | D0 | BC | E9 | B | 13 | 0 | 9 | 10B | 33 | 53 |
| Octal | 320 | 274 | 351 | 13 | 23 | 0 | 11 | 413 | 63 | 123 |
| Binary | 11010000 | 10111100 | 11101001 | 1011 | 10011 | 0 | 1001 | 100001011 | 110011 | 1010011 |
Color Harmonies of #D0BCE9
Complementary color
Monochromatic Colors of #D0BCE9
Black with #D0BCE9
Text Example
Text Example
White with #D0BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCE9; }
p { color: rgb(208,188,233); }
H1.HeaderClassName
{
color: #D0BCE9;
}
.AnyTagClassName
{
color: #D0BCE9;
}
</style>
background-color css
<style>
a { background-color: #D0BCE9; }
a { background-color: rgb(208,188,233); }
div.DivClassName
{
background-color: #D0BCE9;
}
.BgClassName
{
background-color: #D0BCE9;
}
</style>
border-color css
<style>
span { border-color: #D0BCE9; }
span { border-color: rgb(208,188,233); }
td.TdClassName
{
border-color: #D0BCE9;
}
.TagClassName
{
border-color: #D0BCE9;
}
</style>