Shades of French Lilac #D5B5D1
Tints of French Lilac #D5B5D1
RGB
CMYK
RGB Variations
Color information
#D5B5D1 (or 0xD5B5D1) is known color: French Lilac. HEX triplet: D5, B5 and D1. RGB value is (213,181,209). Sum of RGB (Red+Green+Blue) = 213+181+209=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B5D1 is #2A4A2E. Grayscale: #C1C1C1. Windows color (decimal): -2771503 or 13743573. OLE color: 13743573.
HSL color Cylindrical-coordinate representation of color #D5B5D1: hue angle of 307.5º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5B5D1 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 181 | 209 | - |
CMYK | 0 | 0.15 | 0.02 | 0.16 |
HSL | 307.5º | 0.28% | 0.77% | - |
HSV(B) | 307.5º | 0.15% | 0.84% | - |
XYZ | 55.47 | 51.8 | 67.4 | - |
YUV | 193.76 | 136.6 | 141.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 181 | 209 | 0 | 0.15 | 0.02 | 0.16 | 307.5 | 0.28 | 0.77 |
Hex | D5 | B5 | D1 | 0 | F | 2 | 10 | 134 | 1C | 4D |
Octal | 325 | 265 | 321 | 0 | 17 | 2 | 20 | 464 | 34 | 115 |
Binary | 11010101 | 10110101 | 11010001 | 0 | 1111 | 10 | 10000 | 100110100 | 11100 | 1001101 |
Color Harmonies of #D5B5D1
Complementary color
Monochromatic Colors of #D5B5D1
Black with #D5B5D1
Text Example
Text Example
White with #D5B5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B5D1; }
p { color: rgb(213,181,209); }
H1.HeaderClassName
{
color: #D5B5D1;
}
.AnyTagClassName
{
color: #D5B5D1;
}
</style>
background-color css
<style>
a { background-color: #D5B5D1; }
a { background-color: rgb(213,181,209); }
div.DivClassName
{
background-color: #D5B5D1;
}
.BgClassName
{
background-color: #D5B5D1;
}
</style>
border-color css
<style>
span { border-color: #D5B5D1; }
span { border-color: rgb(213,181,209); }
td.TdClassName
{
border-color: #D5B5D1;
}
.TagClassName
{
border-color: #D5B5D1;
}
</style>