Shades of French Lilac #D7B5D3
Tints of French Lilac #D7B5D3
RGB
CMYK
RGB Variations
Color information
#D7B5D3 (or 0xD7B5D3) is known color: French Lilac. HEX triplet: D7, B5 and D3. RGB value is (215,181,211). Sum of RGB (Red+Green+Blue) = 215+181+211=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B5D3 is #284A2C. Grayscale: #C2C2C2. Windows color (decimal): -2640429 or 13874647. OLE color: 13874647.
HSL color Cylindrical-coordinate representation of color #D7B5D3: hue angle of 307.06º 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 #D7B5D3 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 211 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.16 |
| HSL | 307.06º | 0.3% | 0.78% | - |
| HSV(B) | 307.06º | 0.16% | 0.84% | - |
| XYZ | 56.31 | 52.2 | 68.74 | - |
| YUV | 194.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 211 | 0 | 0.16 | 0.02 | 0.16 | 307.06 | 0.3 | 0.78 |
| Hex | D7 | B5 | D3 | 0 | 10 | 2 | 10 | 133 | 1E | 4E |
| Octal | 327 | 265 | 323 | 0 | 20 | 2 | 20 | 463 | 36 | 116 |
| Binary | 11010111 | 10110101 | 11010011 | 0 | 10000 | 10 | 10000 | 100110011 | 11110 | 1001110 |
Color Harmonies of #D7B5D3
Complementary color
Monochromatic Colors of #D7B5D3
Black with #D7B5D3
Text Example
Text Example
White with #D7B5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B5D3; }
p { color: rgb(215,181,211); }
H1.HeaderClassName
{
color: #D7B5D3;
}
.AnyTagClassName
{
color: #D7B5D3;
}
</style>
background-color css
<style>
a { background-color: #D7B5D3; }
a { background-color: rgb(215,181,211); }
div.DivClassName
{
background-color: #D7B5D3;
}
.BgClassName
{
background-color: #D7B5D3;
}
</style>
border-color css
<style>
span { border-color: #D7B5D3; }
span { border-color: rgb(215,181,211); }
td.TdClassName
{
border-color: #D7B5D3;
}
.TagClassName
{
border-color: #D7B5D3;
}
</style>