Shades of Fog #D3BCFF
Tints of Fog #D3BCFF
RGB
CMYK
RGB Variations
Color information
#D3BCFF (or 0xD3BCFF) is known color: Fog. HEX triplet: D3, BC and FF. RGB value is (211,188,255). Sum of RGB (Red+Green+Blue) = 211+188+255=654 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.26% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BCFF is #2C4300. Grayscale: #CACACA. Windows color (decimal): -2900737 or 16760019. OLE color: 16760019.
HSL color Cylindrical-coordinate representation of color #D3BCFF: hue angle of 260.6º 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 #D3BCFF is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 188 | 255 | - |
| CMYK | 0.17 | 0.26 | 0 | 0 |
| HSL | 260.6º | 1% | 0.87% | - |
| HSV(B) | 260.6º | 0.26% | 1% | - |
| XYZ | 62.9 | 57.04 | 102.3 | - |
| YUV | 202.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 255 | 0.17 | 0.26 | 0 | 0 | 260.6 | 1 | 0.87 |
| Hex | D3 | BC | FF | 11 | 1A | 0 | 0 | 105 | 64 | 57 |
| Octal | 323 | 274 | 377 | 21 | 32 | 0 | 0 | 405 | 144 | 127 |
| Binary | 11010011 | 10111100 | 11111111 | 10001 | 11010 | 0 | 0 | 100000101 | 1100100 | 1010111 |
Color Harmonies of #D3BCFF
Complementary color
Monochromatic Colors of #D3BCFF
Black with #D3BCFF
Text Example
Text Example
White with #D3BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCFF; }
p { color: rgb(211,188,255); }
H1.HeaderClassName
{
color: #D3BCFF;
}
.AnyTagClassName
{
color: #D3BCFF;
}
</style>
background-color css
<style>
a { background-color: #D3BCFF; }
a { background-color: rgb(211,188,255); }
div.DivClassName
{
background-color: #D3BCFF;
}
.BgClassName
{
background-color: #D3BCFF;
}
</style>
border-color css
<style>
span { border-color: #D3BCFF; }
span { border-color: rgb(211,188,255); }
td.TdClassName
{
border-color: #D3BCFF;
}
.TagClassName
{
border-color: #D3BCFF;
}
</style>