Shades of French Lilac #D5BCD0
Tints of French Lilac #D5BCD0
RGB
CMYK
RGB Variations
Color information
#D5BCD0 (or 0xD5BCD0) is known color: French Lilac. HEX triplet: D5, BC and D0. RGB value is (213,188,208). Sum of RGB (Red+Green+Blue) = 213+188+208=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCD0 is #2A432F. Grayscale: #C5C5C5. Windows color (decimal): -2769712 or 13679829. OLE color: 13679829.
HSL color Cylindrical-coordinate representation of color #D5BCD0: hue angle of 312º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BCD0 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 188 | 208 | - |
CMYK | 0 | 0.12 | 0.02 | 0.16 |
HSL | 312º | 0.23% | 0.79% | - |
HSV(B) | 312º | 0.12% | 0.84% | - |
XYZ | 56.81 | 54.67 | 67.23 | - |
YUV | 197.76 | 133.78 | 138.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 188 | 208 | 0 | 0.12 | 0.02 | 0.16 | 312 | 0.23 | 0.79 |
Hex | D5 | BC | D0 | 0 | C | 2 | 10 | 138 | 17 | 4F |
Octal | 325 | 274 | 320 | 0 | 14 | 2 | 20 | 470 | 27 | 117 |
Binary | 11010101 | 10111100 | 11010000 | 0 | 1100 | 10 | 10000 | 100111000 | 10111 | 1001111 |
Color Harmonies of #D5BCD0
Complementary color
Monochromatic Colors of #D5BCD0
Black with #D5BCD0
Text Example
Text Example
White with #D5BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCD0; }
p { color: rgb(213,188,208); }
H1.HeaderClassName
{
color: #D5BCD0;
}
.AnyTagClassName
{
color: #D5BCD0;
}
</style>
background-color css
<style>
a { background-color: #D5BCD0; }
a { background-color: rgb(213,188,208); }
div.DivClassName
{
background-color: #D5BCD0;
}
.BgClassName
{
background-color: #D5BCD0;
}
</style>
border-color css
<style>
span { border-color: #D5BCD0; }
span { border-color: rgb(213,188,208); }
td.TdClassName
{
border-color: #D5BCD0;
}
.TagClassName
{
border-color: #D5BCD0;
}
</style>