Shades of French Lilac #D7B7D0
Tints of French Lilac #D7B7D0
RGB
CMYK
RGB Variations
Color information
#D7B7D0 (or 0xD7B7D0) is known color: French Lilac. HEX triplet: D7, B7 and D0. RGB value is (215,183,208). Sum of RGB (Red+Green+Blue) = 215+183+208=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B7D0 is #28482F. Grayscale: #C3C3C3. Windows color (decimal): -2639920 or 13678551. OLE color: 13678551.
HSL color Cylindrical-coordinate representation of color #D7B7D0: hue angle of 313.12º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7B7D0 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 183 | 208 | - |
CMYK | 0 | 0.15 | 0.03 | 0.16 |
HSL | 313.13º | 0.29% | 0.78% | - |
HSV(B) | 313.13º | 0.15% | 0.84% | - |
XYZ | 56.34 | 52.87 | 66.91 | - |
YUV | 195.42 | 135.1 | 141.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 183 | 208 | 0 | 0.15 | 0.03 | 0.16 | 313.13 | 0.29 | 0.78 |
Hex | D7 | B7 | D0 | 0 | F | 3 | 10 | 139 | 1D | 4E |
Octal | 327 | 267 | 320 | 0 | 17 | 3 | 20 | 471 | 35 | 116 |
Binary | 11010111 | 10110111 | 11010000 | 0 | 1111 | 11 | 10000 | 100111001 | 11101 | 1001110 |
Color Harmonies of #D7B7D0
Complementary color
Monochromatic Colors of #D7B7D0
Black with #D7B7D0
Text Example
Text Example
White with #D7B7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B7D0; }
p { color: rgb(215,183,208); }
H1.HeaderClassName
{
color: #D7B7D0;
}
.AnyTagClassName
{
color: #D7B7D0;
}
</style>
background-color css
<style>
a { background-color: #D7B7D0; }
a { background-color: rgb(215,183,208); }
div.DivClassName
{
background-color: #D7B7D0;
}
.BgClassName
{
background-color: #D7B7D0;
}
</style>
border-color css
<style>
span { border-color: #D7B7D0; }
span { border-color: rgb(215,183,208); }
td.TdClassName
{
border-color: #D7B7D0;
}
.TagClassName
{
border-color: #D7B7D0;
}
</style>