Shades of French Lilac #DDB9D9
Tints of French Lilac #DDB9D9
RGB
CMYK
RGB Variations
Color information
#DDB9D9 (or 0xDDB9D9) is known color: French Lilac. HEX triplet: DD, B9 and D9. RGB value is (221,185,217). Sum of RGB (Red+Green+Blue) = 221+185+217=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9D9 is #224626. Grayscale: #C7C7C7. Windows color (decimal): -2246183 or 14268893. OLE color: 14268893.
HSL color Cylindrical-coordinate representation of color #DDB9D9: hue angle of 306.67º 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 #DDB9D9 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 185 | 217 | - |
CMYK | 0 | 0.16 | 0.02 | 0.13 |
HSL | 306.67º | 0.35% | 0.8% | - |
HSV(B) | 306.67º | 0.16% | 0.87% | - |
XYZ | 59.69 | 55.08 | 73.13 | - |
YUV | 199.41 | 137.93 | 143.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 185 | 217 | 0 | 0.16 | 0.02 | 0.13 | 306.67 | 0.35 | 0.8 |
Hex | DD | B9 | D9 | 0 | 10 | 2 | D | 133 | 23 | 50 |
Octal | 335 | 271 | 331 | 0 | 20 | 2 | 15 | 463 | 43 | 120 |
Binary | 11011101 | 10111001 | 11011001 | 0 | 10000 | 10 | 1101 | 100110011 | 100011 | 1010000 |
Color Harmonies of #DDB9D9
Complementary color
Monochromatic Colors of #DDB9D9
Black with #DDB9D9
Text Example
Text Example
White with #DDB9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9D9; }
p { color: rgb(221,185,217); }
H1.HeaderClassName
{
color: #DDB9D9;
}
.AnyTagClassName
{
color: #DDB9D9;
}
</style>
background-color css
<style>
a { background-color: #DDB9D9; }
a { background-color: rgb(221,185,217); }
div.DivClassName
{
background-color: #DDB9D9;
}
.BgClassName
{
background-color: #DDB9D9;
}
</style>
border-color css
<style>
span { border-color: #DDB9D9; }
span { border-color: rgb(221,185,217); }
td.TdClassName
{
border-color: #DDB9D9;
}
.TagClassName
{
border-color: #DDB9D9;
}
</style>