Shades of French Lilac #DDB9DA
Tints of French Lilac #DDB9DA
RGB
CMYK
RGB Variations
Color information
#DDB9DA (or 0xDDB9DA) is known color: French Lilac. HEX triplet: DD, B9 and DA. RGB value is (221,185,218). Sum of RGB (Red+Green+Blue) = 221+185+218=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9DA is #224625. Grayscale: #C7C7C7. Windows color (decimal): -2246182 or 14334429. OLE color: 14334429.
HSL color Cylindrical-coordinate representation of color #DDB9DA: hue angle of 305º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDB9DA is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 218 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.13 |
| HSL | 305º | 0.35% | 0.8% | - |
| HSV(B) | 305º | 0.16% | 0.87% | - |
| XYZ | 59.82 | 55.13 | 73.82 | - |
| YUV | 199.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 218 | 0 | 0.16 | 0.01 | 0.13 | 305 | 0.35 | 0.8 |
| Hex | DD | B9 | DA | 0 | 10 | 1 | D | 131 | 23 | 50 |
| Octal | 335 | 271 | 332 | 0 | 20 | 1 | 15 | 461 | 43 | 120 |
| Binary | 11011101 | 10111001 | 11011010 | 0 | 10000 | 1 | 1101 | 100110001 | 100011 | 1010000 |
Color Harmonies of #DDB9DA
Complementary color
Monochromatic Colors of #DDB9DA
Black with #DDB9DA
Text Example
Text Example
White with #DDB9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9DA; }
p { color: rgb(221,185,218); }
H1.HeaderClassName
{
color: #DDB9DA;
}
.AnyTagClassName
{
color: #DDB9DA;
}
</style>
background-color css
<style>
a { background-color: #DDB9DA; }
a { background-color: rgb(221,185,218); }
div.DivClassName
{
background-color: #DDB9DA;
}
.BgClassName
{
background-color: #DDB9DA;
}
</style>
border-color css
<style>
span { border-color: #DDB9DA; }
span { border-color: rgb(221,185,218); }
td.TdClassName
{
border-color: #DDB9DA;
}
.TagClassName
{
border-color: #DDB9DA;
}
</style>