Shades of French Lilac #D9B5CE
Tints of French Lilac #D9B5CE
RGB
CMYK
RGB Variations
Color information
#D9B5CE (or 0xD9B5CE) is known color: French Lilac. HEX triplet: D9, B5 and CE. RGB value is (217,181,206). Sum of RGB (Red+Green+Blue) = 217+181+206=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B5CE is #264A31. Grayscale: #C2C2C2. Windows color (decimal): -2509362 or 13546969. OLE color: 13546969.
HSL color Cylindrical-coordinate representation of color #D9B5CE: hue angle of 318.33º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9B5CE is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 206 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.15 |
| HSL | 318.33º | 0.32% | 0.78% | - |
| HSV(B) | 318.33º | 0.17% | 0.85% | - |
| XYZ | 56.28 | 52.26 | 65.51 | - |
| YUV | 194.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 206 | 0 | 0.17 | 0.05 | 0.15 | 318.33 | 0.32 | 0.78 |
| Hex | D9 | B5 | CE | 0 | 11 | 5 | F | 13E | 20 | 4E |
| Octal | 331 | 265 | 316 | 0 | 21 | 5 | 17 | 476 | 40 | 116 |
| Binary | 11011001 | 10110101 | 11001110 | 0 | 10001 | 101 | 1111 | 100111110 | 100000 | 1001110 |
Color Harmonies of #D9B5CE
Complementary color
Monochromatic Colors of #D9B5CE
Black with #D9B5CE
Text Example
Text Example
White with #D9B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B5CE; }
p { color: rgb(217,181,206); }
H1.HeaderClassName
{
color: #D9B5CE;
}
.AnyTagClassName
{
color: #D9B5CE;
}
</style>
background-color css
<style>
a { background-color: #D9B5CE; }
a { background-color: rgb(217,181,206); }
div.DivClassName
{
background-color: #D9B5CE;
}
.BgClassName
{
background-color: #D9B5CE;
}
</style>
border-color css
<style>
span { border-color: #D9B5CE; }
span { border-color: rgb(217,181,206); }
td.TdClassName
{
border-color: #D9B5CE;
}
.TagClassName
{
border-color: #D9B5CE;
}
</style>