Shades of French Lilac #D9B5D4
Tints of French Lilac #D9B5D4
RGB
CMYK
RGB Variations
Color information
#D9B5D4 (or 0xD9B5D4) is known color: French Lilac. HEX triplet: D9, B5 and D4. RGB value is (217,181,212). Sum of RGB (Red+Green+Blue) = 217+181+212=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B5D4 is #264A2B. Grayscale: #C3C3C3. Windows color (decimal): -2509356 or 13940185. OLE color: 13940185.
HSL color Cylindrical-coordinate representation of color #D9B5D4: hue angle of 308.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 #D9B5D4 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 212 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.15 |
| HSL | 308.33º | 0.32% | 0.78% | - |
| HSV(B) | 308.33º | 0.17% | 0.85% | - |
| XYZ | 57.02 | 52.55 | 69.43 | - |
| YUV | 195.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 212 | 0 | 0.17 | 0.02 | 0.15 | 308.33 | 0.32 | 0.78 |
| Hex | D9 | B5 | D4 | 0 | 11 | 2 | F | 134 | 20 | 4E |
| Octal | 331 | 265 | 324 | 0 | 21 | 2 | 17 | 464 | 40 | 116 |
| Binary | 11011001 | 10110101 | 11010100 | 0 | 10001 | 10 | 1111 | 100110100 | 100000 | 1001110 |
Color Harmonies of #D9B5D4
Complementary color
Monochromatic Colors of #D9B5D4
Black with #D9B5D4
Text Example
Text Example
White with #D9B5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B5D4; }
p { color: rgb(217,181,212); }
H1.HeaderClassName
{
color: #D9B5D4;
}
.AnyTagClassName
{
color: #D9B5D4;
}
</style>
background-color css
<style>
a { background-color: #D9B5D4; }
a { background-color: rgb(217,181,212); }
div.DivClassName
{
background-color: #D9B5D4;
}
.BgClassName
{
background-color: #D9B5D4;
}
</style>
border-color css
<style>
span { border-color: #D9B5D4; }
span { border-color: rgb(217,181,212); }
td.TdClassName
{
border-color: #D9B5D4;
}
.TagClassName
{
border-color: #D9B5D4;
}
</style>