Shades of French Lilac #D5BFD0
Tints of French Lilac #D5BFD0
RGB
CMYK
RGB Variations
Color information
#D5BFD0 (or 0xD5BFD0) is known color: French Lilac. HEX triplet: D5, BF and D0. RGB value is (213,191,208). Sum of RGB (Red+Green+Blue) = 213+191+208=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFD0 is #2A402F. Grayscale: #C7C7C7. Windows color (decimal): -2768944 or 13680597. OLE color: 13680597.
HSL color Cylindrical-coordinate representation of color #D5BFD0: hue angle of 313.64º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5BFD0 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 208 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.16 |
| HSL | 313.64º | 0.21% | 0.79% | - |
| HSV(B) | 313.64º | 0.1% | 0.84% | - |
| XYZ | 57.46 | 55.96 | 67.45 | - |
| YUV | 199.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 208 | 0 | 0.10 | 0.02 | 0.16 | 313.64 | 0.21 | 0.79 |
| Hex | D5 | BF | D0 | 0 | A | 2 | 10 | 13A | 15 | 4F |
| Octal | 325 | 277 | 320 | 0 | 12 | 2 | 20 | 472 | 25 | 117 |
| Binary | 11010101 | 10111111 | 11010000 | 0 | 1010 | 10 | 10000 | 100111010 | 10101 | 1001111 |
Color Harmonies of #D5BFD0
Complementary color
Monochromatic Colors of #D5BFD0
Black with #D5BFD0
Text Example
Text Example
White with #D5BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BFD0; }
p { color: rgb(213,191,208); }
H1.HeaderClassName
{
color: #D5BFD0;
}
.AnyTagClassName
{
color: #D5BFD0;
}
</style>
background-color css
<style>
a { background-color: #D5BFD0; }
a { background-color: rgb(213,191,208); }
div.DivClassName
{
background-color: #D5BFD0;
}
.BgClassName
{
background-color: #D5BFD0;
}
</style>
border-color css
<style>
span { border-color: #D5BFD0; }
span { border-color: rgb(213,191,208); }
td.TdClassName
{
border-color: #D5BFD0;
}
.TagClassName
{
border-color: #D5BFD0;
}
</style>