Shades of French Lilac #D5B4D2
Tints of French Lilac #D5B4D2
RGB
CMYK
RGB Variations
Color information
#D5B4D2 (or 0xD5B4D2) is known color: French Lilac. HEX triplet: D5, B4 and D2. RGB value is (213,180,210). Sum of RGB (Red+Green+Blue) = 213+180+210=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B4D2 is #2A4B2D. Grayscale: #C1C1C1. Windows color (decimal): -2771758 or 13808853. OLE color: 13808853.
HSL color Cylindrical-coordinate representation of color #D5B4D2: hue angle of 305.45º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5B4D2 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 180 | 210 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.16 |
| HSL | 305.45º | 0.28% | 0.77% | - |
| HSV(B) | 305.45º | 0.15% | 0.84% | - |
| XYZ | 55.39 | 51.44 | 67.98 | - |
| YUV | 193.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 210 | 0 | 0.15 | 0.01 | 0.16 | 305.45 | 0.28 | 0.77 |
| Hex | D5 | B4 | D2 | 0 | F | 1 | 10 | 131 | 1C | 4D |
| Octal | 325 | 264 | 322 | 0 | 17 | 1 | 20 | 461 | 34 | 115 |
| Binary | 11010101 | 10110100 | 11010010 | 0 | 1111 | 1 | 10000 | 100110001 | 11100 | 1001101 |
Color Harmonies of #D5B4D2
Complementary color
Monochromatic Colors of #D5B4D2
Black with #D5B4D2
Text Example
Text Example
White with #D5B4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B4D2; }
p { color: rgb(213,180,210); }
H1.HeaderClassName
{
color: #D5B4D2;
}
.AnyTagClassName
{
color: #D5B4D2;
}
</style>
background-color css
<style>
a { background-color: #D5B4D2; }
a { background-color: rgb(213,180,210); }
div.DivClassName
{
background-color: #D5B4D2;
}
.BgClassName
{
background-color: #D5B4D2;
}
</style>
border-color css
<style>
span { border-color: #D5B4D2; }
span { border-color: rgb(213,180,210); }
td.TdClassName
{
border-color: #D5B4D2;
}
.TagClassName
{
border-color: #D5B4D2;
}
</style>