Shades of French Lilac #D5B2D1
Tints of French Lilac #D5B2D1
RGB
CMYK
RGB Variations
Color information
#D5B2D1 (or 0xD5B2D1) is known color: French Lilac. HEX triplet: D5, B2 and D1. RGB value is (213,178,209). Sum of RGB (Red+Green+Blue) = 213+178+209=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B2D1 is #2A4D2E. Grayscale: #BFBFBF. Windows color (decimal): -2772271 or 13742805. OLE color: 13742805.
HSL color Cylindrical-coordinate representation of color #D5B2D1: hue angle of 306.86º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5B2D1 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 178 | 209 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.16 |
| HSL | 306.86º | 0.29% | 0.77% | - |
| HSV(B) | 306.86º | 0.16% | 0.84% | - |
| XYZ | 54.87 | 50.59 | 67.19 | - |
| YUV | 192 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 178 | 209 | 0 | 0.16 | 0.02 | 0.16 | 306.86 | 0.29 | 0.77 |
| Hex | D5 | B2 | D1 | 0 | 10 | 2 | 10 | 133 | 1D | 4D |
| Octal | 325 | 262 | 321 | 0 | 20 | 2 | 20 | 463 | 35 | 115 |
| Binary | 11010101 | 10110010 | 11010001 | 0 | 10000 | 10 | 10000 | 100110011 | 11101 | 1001101 |
Color Harmonies of #D5B2D1
Complementary color
Monochromatic Colors of #D5B2D1
Black with #D5B2D1
Text Example
Text Example
White with #D5B2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B2D1; }
p { color: rgb(213,178,209); }
H1.HeaderClassName
{
color: #D5B2D1;
}
.AnyTagClassName
{
color: #D5B2D1;
}
</style>
background-color css
<style>
a { background-color: #D5B2D1; }
a { background-color: rgb(213,178,209); }
div.DivClassName
{
background-color: #D5B2D1;
}
.BgClassName
{
background-color: #D5B2D1;
}
</style>
border-color css
<style>
span { border-color: #D5B2D1; }
span { border-color: rgb(213,178,209); }
td.TdClassName
{
border-color: #D5B2D1;
}
.TagClassName
{
border-color: #D5B2D1;
}
</style>