Shades of French Lilac #D7B9D0
Tints of French Lilac #D7B9D0
RGB
CMYK
RGB Variations
Color information
#D7B9D0 (or 0xD7B9D0) is known color: French Lilac. HEX triplet: D7, B9 and D0. RGB value is (215,185,208). Sum of RGB (Red+Green+Blue) = 215+185+208=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B9D0 is #28462F. Grayscale: #C4C4C4. Windows color (decimal): -2639408 or 13679063. OLE color: 13679063.
HSL color Cylindrical-coordinate representation of color #D7B9D0: hue angle of 314º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7B9D0 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 185 | 208 | - |
CMYK | 0 | 0.14 | 0.03 | 0.16 |
HSL | 314º | 0.27% | 0.78% | - |
HSV(B) | 314º | 0.14% | 0.84% | - |
XYZ | 56.76 | 53.7 | 67.05 | - |
YUV | 196.59 | 134.44 | 141.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 185 | 208 | 0 | 0.14 | 0.03 | 0.16 | 314 | 0.27 | 0.78 |
Hex | D7 | B9 | D0 | 0 | E | 3 | 10 | 13A | 1B | 4E |
Octal | 327 | 271 | 320 | 0 | 16 | 3 | 20 | 472 | 33 | 116 |
Binary | 11010111 | 10111001 | 11010000 | 0 | 1110 | 11 | 10000 | 100111010 | 11011 | 1001110 |
Color Harmonies of #D7B9D0
Complementary color
Monochromatic Colors of #D7B9D0
Black with #D7B9D0
Text Example
Text Example
White with #D7B9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B9D0; }
p { color: rgb(215,185,208); }
H1.HeaderClassName
{
color: #D7B9D0;
}
.AnyTagClassName
{
color: #D7B9D0;
}
</style>
background-color css
<style>
a { background-color: #D7B9D0; }
a { background-color: rgb(215,185,208); }
div.DivClassName
{
background-color: #D7B9D0;
}
.BgClassName
{
background-color: #D7B9D0;
}
</style>
border-color css
<style>
span { border-color: #D7B9D0; }
span { border-color: rgb(215,185,208); }
td.TdClassName
{
border-color: #D7B9D0;
}
.TagClassName
{
border-color: #D7B9D0;
}
</style>