Shades of Fog #D2BCFF
Tints of Fog #D2BCFF
RGB
CMYK
RGB Variations
Color information
#D2BCFF (or 0xD2BCFF) is known color: Fog. HEX triplet: D2, BC and FF. RGB value is (210,188,255). Sum of RGB (Red+Green+Blue) = 210+188+255=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BCFF is #2D4300. Grayscale: #C9C9C9. Windows color (decimal): -2966273 or 16760018. OLE color: 16760018.
HSL color Cylindrical-coordinate representation of color #D2BCFF: hue angle of 259.7º 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 #D2BCFF is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 188 | 255 | - |
| CMYK | 0.18 | 0.26 | 0 | 0 |
| HSL | 259.7º | 1% | 0.87% | - |
| HSV(B) | 259.7º | 0.26% | 1% | - |
| XYZ | 62.61 | 56.89 | 102.29 | - |
| YUV | 202.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 255 | 0.18 | 0.26 | 0 | 0 | 259.7 | 1 | 0.87 |
| Hex | D2 | BC | FF | 12 | 1A | 0 | 0 | 104 | 64 | 57 |
| Octal | 322 | 274 | 377 | 22 | 32 | 0 | 0 | 404 | 144 | 127 |
| Binary | 11010010 | 10111100 | 11111111 | 10010 | 11010 | 0 | 0 | 100000100 | 1100100 | 1010111 |
Color Harmonies of #D2BCFF
Complementary color
Monochromatic Colors of #D2BCFF
Black with #D2BCFF
Text Example
Text Example
White with #D2BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCFF; }
p { color: rgb(210,188,255); }
H1.HeaderClassName
{
color: #D2BCFF;
}
.AnyTagClassName
{
color: #D2BCFF;
}
</style>
background-color css
<style>
a { background-color: #D2BCFF; }
a { background-color: rgb(210,188,255); }
div.DivClassName
{
background-color: #D2BCFF;
}
.BgClassName
{
background-color: #D2BCFF;
}
</style>
border-color css
<style>
span { border-color: #D2BCFF; }
span { border-color: rgb(210,188,255); }
td.TdClassName
{
border-color: #D2BCFF;
}
.TagClassName
{
border-color: #D2BCFF;
}
</style>