Shades of French Lilac #D2BDCE
Tints of French Lilac #D2BDCE
RGB
CMYK
RGB Variations
Color information
#D2BDCE (or 0xD2BDCE) is known color: French Lilac. HEX triplet: D2, BD and CE. RGB value is (210,189,206). Sum of RGB (Red+Green+Blue) = 210+189+206=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDCE is #2D4231. Grayscale: #C5C5C5. Windows color (decimal): -2966066 or 13549010. OLE color: 13549010.
HSL color Cylindrical-coordinate representation of color #D2BDCE: hue angle of 311.43º degrees, saturation: 0.19, 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 #D2BDCE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 206 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.18 |
| HSL | 311.43º | 0.19% | 0.78% | - |
| HSV(B) | 311.43º | 0.1% | 0.82% | - |
| XYZ | 55.92 | 54.55 | 65.98 | - |
| YUV | 197.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 206 | 0 | 0.10 | 0.02 | 0.18 | 311.43 | 0.19 | 0.78 |
| Hex | D2 | BD | CE | 0 | A | 2 | 12 | 137 | 13 | 4E |
| Octal | 322 | 275 | 316 | 0 | 12 | 2 | 22 | 467 | 23 | 116 |
| Binary | 11010010 | 10111101 | 11001110 | 0 | 1010 | 10 | 10010 | 100110111 | 10011 | 1001110 |
Color Harmonies of #D2BDCE
Complementary color
Monochromatic Colors of #D2BDCE
Black with #D2BDCE
Text Example
Text Example
White with #D2BDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDCE; }
p { color: rgb(210,189,206); }
H1.HeaderClassName
{
color: #D2BDCE;
}
.AnyTagClassName
{
color: #D2BDCE;
}
</style>
background-color css
<style>
a { background-color: #D2BDCE; }
a { background-color: rgb(210,189,206); }
div.DivClassName
{
background-color: #D2BDCE;
}
.BgClassName
{
background-color: #D2BDCE;
}
</style>
border-color css
<style>
span { border-color: #D2BDCE; }
span { border-color: rgb(210,189,206); }
td.TdClassName
{
border-color: #D2BDCE;
}
.TagClassName
{
border-color: #D2BDCE;
}
</style>