Shades of French Lilac #D5B7CF
Tints of French Lilac #D5B7CF
RGB
CMYK
RGB Variations
Color information
#D5B7CF (or 0xD5B7CF) is known color: French Lilac. HEX triplet: D5, B7 and CF. RGB value is (213,183,207). Sum of RGB (Red+Green+Blue) = 213+183+207=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B7CF is #2A4830. Grayscale: #C2C2C2. Windows color (decimal): -2770993 or 13613013. OLE color: 13613013.
HSL color Cylindrical-coordinate representation of color #D5B7CF: hue angle of 312º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5B7CF is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 183 | 207 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.16 |
| HSL | 312º | 0.26% | 0.78% | - |
| HSV(B) | 312º | 0.14% | 0.84% | - |
| XYZ | 55.64 | 52.52 | 66.24 | - |
| YUV | 194.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 207 | 0 | 0.14 | 0.03 | 0.16 | 312 | 0.26 | 0.78 |
| Hex | D5 | B7 | CF | 0 | E | 3 | 10 | 138 | 1A | 4E |
| Octal | 325 | 267 | 317 | 0 | 16 | 3 | 20 | 470 | 32 | 116 |
| Binary | 11010101 | 10110111 | 11001111 | 0 | 1110 | 11 | 10000 | 100111000 | 11010 | 1001110 |
Color Harmonies of #D5B7CF
Complementary color
Monochromatic Colors of #D5B7CF
Black with #D5B7CF
Text Example
Text Example
White with #D5B7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B7CF; }
p { color: rgb(213,183,207); }
H1.HeaderClassName
{
color: #D5B7CF;
}
.AnyTagClassName
{
color: #D5B7CF;
}
</style>
background-color css
<style>
a { background-color: #D5B7CF; }
a { background-color: rgb(213,183,207); }
div.DivClassName
{
background-color: #D5B7CF;
}
.BgClassName
{
background-color: #D5B7CF;
}
</style>
border-color css
<style>
span { border-color: #D5B7CF; }
span { border-color: rgb(213,183,207); }
td.TdClassName
{
border-color: #D5B7CF;
}
.TagClassName
{
border-color: #D5B7CF;
}
</style>