Shades of French Lilac #D9B2D4
Tints of French Lilac #D9B2D4
RGB
CMYK
RGB Variations
Color information
#D9B2D4 (or 0xD9B2D4) is known color: French Lilac. HEX triplet: D9, B2 and D4. RGB value is (217,178,212). Sum of RGB (Red+Green+Blue) = 217+178+212=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B2D4 is #264D2B. Grayscale: #C1C1C1. Windows color (decimal): -2510124 or 13939417. OLE color: 13939417.
HSL color Cylindrical-coordinate representation of color #D9B2D4: hue angle of 307.69º 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 #D9B2D4 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 178 | 212 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.15 |
| HSL | 307.69º | 0.34% | 0.77% | - |
| HSV(B) | 307.69º | 0.18% | 0.85% | - |
| XYZ | 56.42 | 51.35 | 69.22 | - |
| YUV | 193.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 178 | 212 | 0 | 0.18 | 0.02 | 0.15 | 307.69 | 0.34 | 0.77 |
| Hex | D9 | B2 | D4 | 0 | 12 | 2 | F | 134 | 22 | 4D |
| Octal | 331 | 262 | 324 | 0 | 22 | 2 | 17 | 464 | 42 | 115 |
| Binary | 11011001 | 10110010 | 11010100 | 0 | 10010 | 10 | 1111 | 100110100 | 100010 | 1001101 |
Color Harmonies of #D9B2D4
Complementary color
Monochromatic Colors of #D9B2D4
Black with #D9B2D4
Text Example
Text Example
White with #D9B2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B2D4; }
p { color: rgb(217,178,212); }
H1.HeaderClassName
{
color: #D9B2D4;
}
.AnyTagClassName
{
color: #D9B2D4;
}
</style>
background-color css
<style>
a { background-color: #D9B2D4; }
a { background-color: rgb(217,178,212); }
div.DivClassName
{
background-color: #D9B2D4;
}
.BgClassName
{
background-color: #D9B2D4;
}
</style>
border-color css
<style>
span { border-color: #D9B2D4; }
span { border-color: rgb(217,178,212); }
td.TdClassName
{
border-color: #D9B2D4;
}
.TagClassName
{
border-color: #D9B2D4;
}
</style>