Shades of French Lilac #D2BCCE
Tints of French Lilac #D2BCCE
RGB
CMYK
RGB Variations
Color information
#D2BCCE (or 0xD2BCCE) is known color: French Lilac. HEX triplet: D2, BC and CE. RGB value is (210,188,206). Sum of RGB (Red+Green+Blue) = 210+188+206=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCCE is #2D4331. Grayscale: #C4C4C4. Windows color (decimal): -2966322 or 13548754. OLE color: 13548754.
HSL color Cylindrical-coordinate representation of color #D2BCCE: hue angle of 310.91º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BCCE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 206 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.18 |
| HSL | 310.91º | 0.2% | 0.78% | - |
| HSV(B) | 310.91º | 0.1% | 0.82% | - |
| XYZ | 55.7 | 54.12 | 65.9 | - |
| YUV | 196.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 206 | 0 | 0.10 | 0.02 | 0.18 | 310.91 | 0.2 | 0.78 |
| Hex | D2 | BC | CE | 0 | A | 2 | 12 | 137 | 14 | 4E |
| Octal | 322 | 274 | 316 | 0 | 12 | 2 | 22 | 467 | 24 | 116 |
| Binary | 11010010 | 10111100 | 11001110 | 0 | 1010 | 10 | 10010 | 100110111 | 10100 | 1001110 |
Color Harmonies of #D2BCCE
Complementary color
Monochromatic Colors of #D2BCCE
Black with #D2BCCE
Text Example
Text Example
White with #D2BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCCE; }
p { color: rgb(210,188,206); }
H1.HeaderClassName
{
color: #D2BCCE;
}
.AnyTagClassName
{
color: #D2BCCE;
}
</style>
background-color css
<style>
a { background-color: #D2BCCE; }
a { background-color: rgb(210,188,206); }
div.DivClassName
{
background-color: #D2BCCE;
}
.BgClassName
{
background-color: #D2BCCE;
}
</style>
border-color css
<style>
span { border-color: #D2BCCE; }
span { border-color: rgb(210,188,206); }
td.TdClassName
{
border-color: #D2BCCE;
}
.TagClassName
{
border-color: #D2BCCE;
}
</style>