Shades of French Lilac #D2B1CD
Tints of French Lilac #D2B1CD
RGB
CMYK
RGB Variations
Color information
#D2B1CD (or 0xD2B1CD) is known color: French Lilac. HEX triplet: D2, B1 and CD. RGB value is (210,177,205). Sum of RGB (Red+Green+Blue) = 210+177+205=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B1CD is #2D4E32. Grayscale: #BDBDBD. Windows color (decimal): -2969139 or 13480402. OLE color: 13480402.
HSL color Cylindrical-coordinate representation of color #D2B1CD: hue angle of 309.09º 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 #D2B1CD is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 205 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.18 |
| HSL | 309.09º | 0.27% | 0.76% | - |
| HSV(B) | 309.09º | 0.16% | 0.82% | - |
| XYZ | 53.32 | 49.55 | 64.51 | - |
| YUV | 190.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 205 | 0 | 0.16 | 0.02 | 0.18 | 309.09 | 0.27 | 0.76 |
| Hex | D2 | B1 | CD | 0 | 10 | 2 | 12 | 135 | 1B | 4C |
| Octal | 322 | 261 | 315 | 0 | 20 | 2 | 22 | 465 | 33 | 114 |
| Binary | 11010010 | 10110001 | 11001101 | 0 | 10000 | 10 | 10010 | 100110101 | 11011 | 1001100 |
Color Harmonies of #D2B1CD
Complementary color
Monochromatic Colors of #D2B1CD
Black with #D2B1CD
Text Example
Text Example
White with #D2B1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B1CD; }
p { color: rgb(210,177,205); }
H1.HeaderClassName
{
color: #D2B1CD;
}
.AnyTagClassName
{
color: #D2B1CD;
}
</style>
background-color css
<style>
a { background-color: #D2B1CD; }
a { background-color: rgb(210,177,205); }
div.DivClassName
{
background-color: #D2B1CD;
}
.BgClassName
{
background-color: #D2B1CD;
}
</style>
border-color css
<style>
span { border-color: #D2B1CD; }
span { border-color: rgb(210,177,205); }
td.TdClassName
{
border-color: #D2B1CD;
}
.TagClassName
{
border-color: #D2B1CD;
}
</style>