Shades of French Lilac #D5B7D0
Tints of French Lilac #D5B7D0
RGB
CMYK
RGB Variations
Color information
#D5B7D0 (or 0xD5B7D0) is known color: French Lilac. HEX triplet: D5, B7 and D0. RGB value is (213,183,208). Sum of RGB (Red+Green+Blue) = 213+183+208=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B7D0 is #2A482F. Grayscale: #C2C2C2. Windows color (decimal): -2770992 or 13678549. OLE color: 13678549.
HSL color Cylindrical-coordinate representation of color #D5B7D0: hue angle of 310º 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 #D5B7D0 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 183 | 208 | - |
CMYK | 0 | 0.14 | 0.02 | 0.16 |
HSL | 310º | 0.26% | 0.78% | - |
HSV(B) | 310º | 0.14% | 0.84% | - |
XYZ | 55.76 | 52.57 | 66.88 | - |
YUV | 194.82 | 135.44 | 140.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 183 | 208 | 0 | 0.14 | 0.02 | 0.16 | 310 | 0.26 | 0.78 |
Hex | D5 | B7 | D0 | 0 | E | 2 | 10 | 136 | 1A | 4E |
Octal | 325 | 267 | 320 | 0 | 16 | 2 | 20 | 466 | 32 | 116 |
Binary | 11010101 | 10110111 | 11010000 | 0 | 1110 | 10 | 10000 | 100110110 | 11010 | 1001110 |
Color Harmonies of #D5B7D0
Complementary color
Monochromatic Colors of #D5B7D0
Black with #D5B7D0
Text Example
Text Example
White with #D5B7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B7D0; }
p { color: rgb(213,183,208); }
H1.HeaderClassName
{
color: #D5B7D0;
}
.AnyTagClassName
{
color: #D5B7D0;
}
</style>
background-color css
<style>
a { background-color: #D5B7D0; }
a { background-color: rgb(213,183,208); }
div.DivClassName
{
background-color: #D5B7D0;
}
.BgClassName
{
background-color: #D5B7D0;
}
</style>
border-color css
<style>
span { border-color: #D5B7D0; }
span { border-color: rgb(213,183,208); }
td.TdClassName
{
border-color: #D5B7D0;
}
.TagClassName
{
border-color: #D5B7D0;
}
</style>