Shades of French Lilac #DDBDD7
Tints of French Lilac #DDBDD7
RGB
CMYK
RGB Variations
Color information
#DDBDD7 (or 0xDDBDD7) is known color: French Lilac. HEX triplet: DD, BD and D7. RGB value is (221,189,215). Sum of RGB (Red+Green+Blue) = 221+189+215=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDD7 is #224228. Grayscale: #C9C9C9. Windows color (decimal): -2245161 or 14138845. OLE color: 14138845.
HSL color Cylindrical-coordinate representation of color #DDBDD7: hue angle of 311.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDD7 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 215 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.13 |
| HSL | 311.25º | 0.32% | 0.8% | - |
| HSV(B) | 311.25º | 0.14% | 0.87% | - |
| XYZ | 60.28 | 56.67 | 72.05 | - |
| YUV | 201.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 215 | 0 | 0.14 | 0.03 | 0.13 | 311.25 | 0.32 | 0.8 |
| Hex | DD | BD | D7 | 0 | E | 3 | D | 137 | 20 | 50 |
| Octal | 335 | 275 | 327 | 0 | 16 | 3 | 15 | 467 | 40 | 120 |
| Binary | 11011101 | 10111101 | 11010111 | 0 | 1110 | 11 | 1101 | 100110111 | 100000 | 1010000 |
Color Harmonies of #DDBDD7
Complementary color
Monochromatic Colors of #DDBDD7
Black with #DDBDD7
Text Example
Text Example
White with #DDBDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDD7; }
p { color: rgb(221,189,215); }
H1.HeaderClassName
{
color: #DDBDD7;
}
.AnyTagClassName
{
color: #DDBDD7;
}
</style>
background-color css
<style>
a { background-color: #DDBDD7; }
a { background-color: rgb(221,189,215); }
div.DivClassName
{
background-color: #DDBDD7;
}
.BgClassName
{
background-color: #DDBDD7;
}
</style>
border-color css
<style>
span { border-color: #DDBDD7; }
span { border-color: rgb(221,189,215); }
td.TdClassName
{
border-color: #DDBDD7;
}
.TagClassName
{
border-color: #DDBDD7;
}
</style>