Shades of French Lilac #D5B3CF
Tints of French Lilac #D5B3CF
RGB
CMYK
RGB Variations
Color information
#D5B3CF (or 0xD5B3CF) is known color: French Lilac. HEX triplet: D5, B3 and CF. RGB value is (213,179,207). Sum of RGB (Red+Green+Blue) = 213+179+207=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B3CF is #2A4C30. Grayscale: #C0C0C0. Windows color (decimal): -2772017 or 13611989. OLE color: 13611989.
HSL color Cylindrical-coordinate representation of color #D5B3CF: hue angle of 310.59º 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 #D5B3CF is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 207 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.16 |
| HSL | 310.59º | 0.29% | 0.77% | - |
| HSV(B) | 310.59º | 0.16% | 0.84% | - |
| XYZ | 54.82 | 50.89 | 65.97 | - |
| YUV | 192.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 207 | 0 | 0.16 | 0.03 | 0.16 | 310.59 | 0.29 | 0.77 |
| Hex | D5 | B3 | CF | 0 | 10 | 3 | 10 | 137 | 1D | 4D |
| Octal | 325 | 263 | 317 | 0 | 20 | 3 | 20 | 467 | 35 | 115 |
| Binary | 11010101 | 10110011 | 11001111 | 0 | 10000 | 11 | 10000 | 100110111 | 11101 | 1001101 |
Color Harmonies of #D5B3CF
Complementary color
Monochromatic Colors of #D5B3CF
Black with #D5B3CF
Text Example
Text Example
White with #D5B3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B3CF; }
p { color: rgb(213,179,207); }
H1.HeaderClassName
{
color: #D5B3CF;
}
.AnyTagClassName
{
color: #D5B3CF;
}
</style>
background-color css
<style>
a { background-color: #D5B3CF; }
a { background-color: rgb(213,179,207); }
div.DivClassName
{
background-color: #D5B3CF;
}
.BgClassName
{
background-color: #D5B3CF;
}
</style>
border-color css
<style>
span { border-color: #D5B3CF; }
span { border-color: rgb(213,179,207); }
td.TdClassName
{
border-color: #D5B3CF;
}
.TagClassName
{
border-color: #D5B3CF;
}
</style>