Shades of French Lilac #D9B1D8
Tints of French Lilac #D9B1D8
RGB
CMYK
RGB Variations
Color information
#D9B1D8 (or 0xD9B1D8) is known color: French Lilac. HEX triplet: D9, B1 and D8. RGB value is (217,177,216). Sum of RGB (Red+Green+Blue) = 217+177+216=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B1D8 is #264E27. Grayscale: #C1C1C1. Windows color (decimal): -2510376 or 14201305. OLE color: 14201305.
HSL color Cylindrical-coordinate representation of color #D9B1D8: hue angle of 301.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B1D8 is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 216 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.15 |
| HSL | 301.5º | 0.34% | 0.77% | - |
| HSV(B) | 301.5º | 0.18% | 0.85% | - |
| XYZ | 56.73 | 51.15 | 71.85 | - |
| YUV | 193.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 216 | 0 | 0.18 | 0.00 | 0.15 | 301.5 | 0.34 | 0.77 |
| Hex | D9 | B1 | D8 | 0 | 12 | 0 | F | 12E | 22 | 4D |
| Octal | 331 | 261 | 330 | 0 | 22 | 0 | 17 | 456 | 42 | 115 |
| Binary | 11011001 | 10110001 | 11011000 | 0 | 10010 | 0 | 1111 | 100101110 | 100010 | 1001101 |
Color Harmonies of #D9B1D8
Complementary color
Monochromatic Colors of #D9B1D8
Black with #D9B1D8
Text Example
Text Example
White with #D9B1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B1D8; }
p { color: rgb(217,177,216); }
H1.HeaderClassName
{
color: #D9B1D8;
}
.AnyTagClassName
{
color: #D9B1D8;
}
</style>
background-color css
<style>
a { background-color: #D9B1D8; }
a { background-color: rgb(217,177,216); }
div.DivClassName
{
background-color: #D9B1D8;
}
.BgClassName
{
background-color: #D9B1D8;
}
</style>
border-color css
<style>
span { border-color: #D9B1D8; }
span { border-color: rgb(217,177,216); }
td.TdClassName
{
border-color: #D9B1D8;
}
.TagClassName
{
border-color: #D9B1D8;
}
</style>