Shades of French Lilac #D2B0CE
Tints of French Lilac #D2B0CE
RGB
CMYK
RGB Variations
Color information
#D2B0CE (or 0xD2B0CE) is known color: French Lilac. HEX triplet: D2, B0 and CE. RGB value is (210,176,206). Sum of RGB (Red+Green+Blue) = 210+176+206=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B0CE is #2D4F31. Grayscale: #BDBDBD. Windows color (decimal): -2969394 or 13545682. OLE color: 13545682.
HSL color Cylindrical-coordinate representation of color #D2B0CE: hue angle of 307.06º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2B0CE is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 206 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.18 |
| HSL | 307.06º | 0.27% | 0.76% | - |
| HSV(B) | 307.06º | 0.16% | 0.82% | - |
| XYZ | 53.24 | 49.21 | 65.08 | - |
| YUV | 189.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 206 | 0 | 0.16 | 0.02 | 0.18 | 307.06 | 0.27 | 0.76 |
| Hex | D2 | B0 | CE | 0 | 10 | 2 | 12 | 133 | 1B | 4C |
| Octal | 322 | 260 | 316 | 0 | 20 | 2 | 22 | 463 | 33 | 114 |
| Binary | 11010010 | 10110000 | 11001110 | 0 | 10000 | 10 | 10010 | 100110011 | 11011 | 1001100 |
Color Harmonies of #D2B0CE
Complementary color
Monochromatic Colors of #D2B0CE
Black with #D2B0CE
Text Example
Text Example
White with #D2B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B0CE; }
p { color: rgb(210,176,206); }
H1.HeaderClassName
{
color: #D2B0CE;
}
.AnyTagClassName
{
color: #D2B0CE;
}
</style>
background-color css
<style>
a { background-color: #D2B0CE; }
a { background-color: rgb(210,176,206); }
div.DivClassName
{
background-color: #D2B0CE;
}
.BgClassName
{
background-color: #D2B0CE;
}
</style>
border-color css
<style>
span { border-color: #D2B0CE; }
span { border-color: rgb(210,176,206); }
td.TdClassName
{
border-color: #D2B0CE;
}
.TagClassName
{
border-color: #D2B0CE;
}
</style>