Shades of Fog #D0BCFF
Tints of Fog #D0BCFF
RGB
CMYK
RGB Variations
Color information
#D0BCFF (or 0xD0BCFF) is known color: Fog. HEX triplet: D0, BC and FF. RGB value is (208,188,255). Sum of RGB (Red+Green+Blue) = 208+188+255=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BCFF is #2F4300. Grayscale: #C9C9C9. Windows color (decimal): -3097345 or 16760016. OLE color: 16760016.
HSL color Cylindrical-coordinate representation of color #D0BCFF: hue angle of 257.91º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0BCFF is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 188 | 255 | - |
| CMYK | 0.18 | 0.26 | 0 | 0 |
| HSL | 257.91º | 1% | 0.87% | - |
| HSV(B) | 257.91º | 0.26% | 1% | - |
| XYZ | 62.05 | 56.6 | 102.26 | - |
| YUV | 201.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 255 | 0.18 | 0.26 | 0 | 0 | 257.91 | 1 | 0.87 |
| Hex | D0 | BC | FF | 12 | 1A | 0 | 0 | 102 | 64 | 57 |
| Octal | 320 | 274 | 377 | 22 | 32 | 0 | 0 | 402 | 144 | 127 |
| Binary | 11010000 | 10111100 | 11111111 | 10010 | 11010 | 0 | 0 | 100000010 | 1100100 | 1010111 |
Color Harmonies of #D0BCFF
Complementary color
Monochromatic Colors of #D0BCFF
Black with #D0BCFF
Text Example
Text Example
White with #D0BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCFF; }
p { color: rgb(208,188,255); }
H1.HeaderClassName
{
color: #D0BCFF;
}
.AnyTagClassName
{
color: #D0BCFF;
}
</style>
background-color css
<style>
a { background-color: #D0BCFF; }
a { background-color: rgb(208,188,255); }
div.DivClassName
{
background-color: #D0BCFF;
}
.BgClassName
{
background-color: #D0BCFF;
}
</style>
border-color css
<style>
span { border-color: #D0BCFF; }
span { border-color: rgb(208,188,255); }
td.TdClassName
{
border-color: #D0BCFF;
}
.TagClassName
{
border-color: #D0BCFF;
}
</style>