Shades of French Lilac #DDB9DB
Tints of French Lilac #DDB9DB
RGB
CMYK
RGB Variations
Color information
#DDB9DB (or 0xDDB9DB) is known color: French Lilac. HEX triplet: DD, B9 and DB. RGB value is (221,185,219). Sum of RGB (Red+Green+Blue) = 221+185+219=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9DB is #224624. Grayscale: #C7C7C7. Windows color (decimal): -2246181 or 14399965. OLE color: 14399965.
HSL color Cylindrical-coordinate representation of color #DDB9DB: hue angle of 303.33º 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 #DDB9DB is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 219 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.13 |
| HSL | 303.33º | 0.35% | 0.8% | - |
| HSV(B) | 303.33º | 0.16% | 0.87% | - |
| XYZ | 59.95 | 55.18 | 74.51 | - |
| YUV | 199.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 219 | 0 | 0.16 | 0.01 | 0.13 | 303.33 | 0.35 | 0.8 |
| Hex | DD | B9 | DB | 0 | 10 | 1 | D | 12F | 23 | 50 |
| Octal | 335 | 271 | 333 | 0 | 20 | 1 | 15 | 457 | 43 | 120 |
| Binary | 11011101 | 10111001 | 11011011 | 0 | 10000 | 1 | 1101 | 100101111 | 100011 | 1010000 |
Color Harmonies of #DDB9DB
Complementary color
Monochromatic Colors of #DDB9DB
Black with #DDB9DB
Text Example
Text Example
White with #DDB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9DB; }
p { color: rgb(221,185,219); }
H1.HeaderClassName
{
color: #DDB9DB;
}
.AnyTagClassName
{
color: #DDB9DB;
}
</style>
background-color css
<style>
a { background-color: #DDB9DB; }
a { background-color: rgb(221,185,219); }
div.DivClassName
{
background-color: #DDB9DB;
}
.BgClassName
{
background-color: #DDB9DB;
}
</style>
border-color css
<style>
span { border-color: #DDB9DB; }
span { border-color: rgb(221,185,219); }
td.TdClassName
{
border-color: #DDB9DB;
}
.TagClassName
{
border-color: #DDB9DB;
}
</style>