Shades of French Lilac #D9B4D8
Tints of French Lilac #D9B4D8
RGB
CMYK
RGB Variations
Color information
#D9B4D8 (or 0xD9B4D8) is known color: French Lilac. HEX triplet: D9, B4 and D8. RGB value is (217,180,216). Sum of RGB (Red+Green+Blue) = 217+180+216=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B4D8 is #264B27. Grayscale: #C3C3C3. Windows color (decimal): -2509608 or 14202073. OLE color: 14202073.
HSL color Cylindrical-coordinate representation of color #D9B4D8: hue angle of 301.62º degrees, saturation: 0.33, 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 #D9B4D8 is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 180 | 216 | - |
| CMYK | 0 | 0.17 | 0.00 | 0.15 |
| HSL | 301.62º | 0.33% | 0.78% | - |
| HSV(B) | 301.62º | 0.17% | 0.85% | - |
| XYZ | 57.33 | 52.35 | 72.05 | - |
| YUV | 195.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 180 | 216 | 0 | 0.17 | 0.00 | 0.15 | 301.62 | 0.33 | 0.78 |
| Hex | D9 | B4 | D8 | 0 | 11 | 0 | F | 12E | 21 | 4E |
| Octal | 331 | 264 | 330 | 0 | 21 | 0 | 17 | 456 | 41 | 116 |
| Binary | 11011001 | 10110100 | 11011000 | 0 | 10001 | 0 | 1111 | 100101110 | 100001 | 1001110 |
Color Harmonies of #D9B4D8
Complementary color
Monochromatic Colors of #D9B4D8
Black with #D9B4D8
Text Example
Text Example
White with #D9B4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B4D8; }
p { color: rgb(217,180,216); }
H1.HeaderClassName
{
color: #D9B4D8;
}
.AnyTagClassName
{
color: #D9B4D8;
}
</style>
background-color css
<style>
a { background-color: #D9B4D8; }
a { background-color: rgb(217,180,216); }
div.DivClassName
{
background-color: #D9B4D8;
}
.BgClassName
{
background-color: #D9B4D8;
}
</style>
border-color css
<style>
span { border-color: #D9B4D8; }
span { border-color: rgb(217,180,216); }
td.TdClassName
{
border-color: #D9B4D8;
}
.TagClassName
{
border-color: #D9B4D8;
}
</style>