Shades of French Lilac #D7B5CE
Tints of French Lilac #D7B5CE
RGB
CMYK
RGB Variations
Color information
#D7B5CE (or 0xD7B5CE) is known color: French Lilac. HEX triplet: D7, B5 and CE. RGB value is (215,181,206). Sum of RGB (Red+Green+Blue) = 215+181+206=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B5CE is #284A31. Grayscale: #C1C1C1. Windows color (decimal): -2640434 or 13546967. OLE color: 13546967.
HSL color Cylindrical-coordinate representation of color #D7B5CE: hue angle of 315.88º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7B5CE is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 181 | 206 | - |
CMYK | 0 | 0.16 | 0.04 | 0.16 |
HSL | 315.88º | 0.3% | 0.78% | - |
HSV(B) | 315.88º | 0.16% | 0.84% | - |
XYZ | 55.69 | 51.95 | 65.48 | - |
YUV | 194.02 | 134.76 | 142.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 181 | 206 | 0 | 0.16 | 0.04 | 0.16 | 315.88 | 0.3 | 0.78 |
Hex | D7 | B5 | CE | 0 | 10 | 4 | 10 | 13C | 1E | 4E |
Octal | 327 | 265 | 316 | 0 | 20 | 4 | 20 | 474 | 36 | 116 |
Binary | 11010111 | 10110101 | 11001110 | 0 | 10000 | 100 | 10000 | 100111100 | 11110 | 1001110 |
Color Harmonies of #D7B5CE
Complementary color
Monochromatic Colors of #D7B5CE
Black with #D7B5CE
Text Example
Text Example
White with #D7B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B5CE; }
p { color: rgb(215,181,206); }
H1.HeaderClassName
{
color: #D7B5CE;
}
.AnyTagClassName
{
color: #D7B5CE;
}
</style>
background-color css
<style>
a { background-color: #D7B5CE; }
a { background-color: rgb(215,181,206); }
div.DivClassName
{
background-color: #D7B5CE;
}
.BgClassName
{
background-color: #D7B5CE;
}
</style>
border-color css
<style>
span { border-color: #D7B5CE; }
span { border-color: rgb(215,181,206); }
td.TdClassName
{
border-color: #D7B5CE;
}
.TagClassName
{
border-color: #D7B5CE;
}
</style>