Shades of French Lilac #D7B4D0
Tints of French Lilac #D7B4D0
RGB
CMYK
RGB Variations
Color information
#D7B4D0 (or 0xD7B4D0) is known color: French Lilac. HEX triplet: D7, B4 and D0. RGB value is (215,180,208). Sum of RGB (Red+Green+Blue) = 215+180+208=603 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.66% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B4D0 is #284B2F. Grayscale: #C1C1C1. Windows color (decimal): -2640688 or 13677783. OLE color: 13677783.
HSL color Cylindrical-coordinate representation of color #D7B4D0: hue angle of 312º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7B4D0 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 180 | 208 | - |
CMYK | 0 | 0.16 | 0.03 | 0.16 |
HSL | 312º | 0.3% | 0.77% | - |
HSV(B) | 312º | 0.16% | 0.84% | - |
XYZ | 55.73 | 51.64 | 66.71 | - |
YUV | 193.66 | 136.1 | 143.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 180 | 208 | 0 | 0.16 | 0.03 | 0.16 | 312 | 0.3 | 0.77 |
Hex | D7 | B4 | D0 | 0 | 10 | 3 | 10 | 138 | 1E | 4D |
Octal | 327 | 264 | 320 | 0 | 20 | 3 | 20 | 470 | 36 | 115 |
Binary | 11010111 | 10110100 | 11010000 | 0 | 10000 | 11 | 10000 | 100111000 | 11110 | 1001101 |
Color Harmonies of #D7B4D0
Complementary color
Monochromatic Colors of #D7B4D0
Black with #D7B4D0
Text Example
Text Example
White with #D7B4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B4D0; }
p { color: rgb(215,180,208); }
H1.HeaderClassName
{
color: #D7B4D0;
}
.AnyTagClassName
{
color: #D7B4D0;
}
</style>
background-color css
<style>
a { background-color: #D7B4D0; }
a { background-color: rgb(215,180,208); }
div.DivClassName
{
background-color: #D7B4D0;
}
.BgClassName
{
background-color: #D7B4D0;
}
</style>
border-color css
<style>
span { border-color: #D7B4D0; }
span { border-color: rgb(215,180,208); }
td.TdClassName
{
border-color: #D7B4D0;
}
.TagClassName
{
border-color: #D7B4D0;
}
</style>