Shades of French Lilac #D5BDD0
Tints of French Lilac #D5BDD0
RGB
CMYK
RGB Variations
Color information
#D5BDD0 (or 0xD5BDD0) is known color: French Lilac. HEX triplet: D5, BD and D0. RGB value is (213,189,208). Sum of RGB (Red+Green+Blue) = 213+189+208=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDD0 is #2A422F. Grayscale: #C6C6C6. Windows color (decimal): -2769456 or 13680085. OLE color: 13680085.
HSL color Cylindrical-coordinate representation of color #D5BDD0: hue angle of 312.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5BDD0 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 208 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.16 |
| HSL | 312.5º | 0.22% | 0.79% | - |
| HSV(B) | 312.5º | 0.11% | 0.84% | - |
| XYZ | 57.02 | 55.1 | 67.3 | - |
| YUV | 198.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 208 | 0 | 0.11 | 0.02 | 0.16 | 312.5 | 0.22 | 0.79 |
| Hex | D5 | BD | D0 | 0 | B | 2 | 10 | 138 | 16 | 4F |
| Octal | 325 | 275 | 320 | 0 | 13 | 2 | 20 | 470 | 26 | 117 |
| Binary | 11010101 | 10111101 | 11010000 | 0 | 1011 | 10 | 10000 | 100111000 | 10110 | 1001111 |
Color Harmonies of #D5BDD0
Complementary color
Monochromatic Colors of #D5BDD0
Black with #D5BDD0
Text Example
Text Example
White with #D5BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDD0; }
p { color: rgb(213,189,208); }
H1.HeaderClassName
{
color: #D5BDD0;
}
.AnyTagClassName
{
color: #D5BDD0;
}
</style>
background-color css
<style>
a { background-color: #D5BDD0; }
a { background-color: rgb(213,189,208); }
div.DivClassName
{
background-color: #D5BDD0;
}
.BgClassName
{
background-color: #D5BDD0;
}
</style>
border-color css
<style>
span { border-color: #D5BDD0; }
span { border-color: rgb(213,189,208); }
td.TdClassName
{
border-color: #D5BDD0;
}
.TagClassName
{
border-color: #D5BDD0;
}
</style>