Shades of French Lilac #D9B2D7
Tints of French Lilac #D9B2D7
RGB
CMYK
RGB Variations
Color information
#D9B2D7 (or 0xD9B2D7) is known color: French Lilac. HEX triplet: D9, B2 and D7. RGB value is (217,178,215). Sum of RGB (Red+Green+Blue) = 217+178+215=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B2D7 is #264D28. Grayscale: #C1C1C1. Windows color (decimal): -2510121 or 14136025. OLE color: 14136025.
HSL color Cylindrical-coordinate representation of color #D9B2D7: hue angle of 303.08º 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 #D9B2D7 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 178 | 215 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.15 |
| HSL | 303.08º | 0.34% | 0.77% | - |
| HSV(B) | 303.08º | 0.18% | 0.85% | - |
| XYZ | 56.8 | 51.5 | 71.24 | - |
| YUV | 193.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 178 | 215 | 0 | 0.18 | 0.01 | 0.15 | 303.08 | 0.34 | 0.77 |
| Hex | D9 | B2 | D7 | 0 | 12 | 1 | F | 12F | 22 | 4D |
| Octal | 331 | 262 | 327 | 0 | 22 | 1 | 17 | 457 | 42 | 115 |
| Binary | 11011001 | 10110010 | 11010111 | 0 | 10010 | 1 | 1111 | 100101111 | 100010 | 1001101 |
Color Harmonies of #D9B2D7
Complementary color
Monochromatic Colors of #D9B2D7
Black with #D9B2D7
Text Example
Text Example
White with #D9B2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B2D7; }
p { color: rgb(217,178,215); }
H1.HeaderClassName
{
color: #D9B2D7;
}
.AnyTagClassName
{
color: #D9B2D7;
}
</style>
background-color css
<style>
a { background-color: #D9B2D7; }
a { background-color: rgb(217,178,215); }
div.DivClassName
{
background-color: #D9B2D7;
}
.BgClassName
{
background-color: #D9B2D7;
}
</style>
border-color css
<style>
span { border-color: #D9B2D7; }
span { border-color: rgb(217,178,215); }
td.TdClassName
{
border-color: #D9B2D7;
}
.TagClassName
{
border-color: #D9B2D7;
}
</style>