Shades of French Lilac #DDBCD7
Tints of French Lilac #DDBCD7
RGB
CMYK
RGB Variations
Color information
#DDBCD7 (or 0xDDBCD7) is known color: French Lilac. HEX triplet: DD, BC and D7. RGB value is (221,188,215). Sum of RGB (Red+Green+Blue) = 221+188+215=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCD7 is #224328. Grayscale: #C8C8C8. Windows color (decimal): -2245417 or 14138589. OLE color: 14138589.
HSL color Cylindrical-coordinate representation of color #DDBCD7: hue angle of 310.91º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBCD7 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 215 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.13 |
| HSL | 310.91º | 0.33% | 0.8% | - |
| HSV(B) | 310.91º | 0.15% | 0.87% | - |
| XYZ | 60.07 | 56.24 | 71.98 | - |
| YUV | 200.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 215 | 0 | 0.15 | 0.03 | 0.13 | 310.91 | 0.33 | 0.8 |
| Hex | DD | BC | D7 | 0 | F | 3 | D | 137 | 21 | 50 |
| Octal | 335 | 274 | 327 | 0 | 17 | 3 | 15 | 467 | 41 | 120 |
| Binary | 11011101 | 10111100 | 11010111 | 0 | 1111 | 11 | 1101 | 100110111 | 100001 | 1010000 |
Color Harmonies of #DDBCD7
Complementary color
Monochromatic Colors of #DDBCD7
Black with #DDBCD7
Text Example
Text Example
White with #DDBCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCD7; }
p { color: rgb(221,188,215); }
H1.HeaderClassName
{
color: #DDBCD7;
}
.AnyTagClassName
{
color: #DDBCD7;
}
</style>
background-color css
<style>
a { background-color: #DDBCD7; }
a { background-color: rgb(221,188,215); }
div.DivClassName
{
background-color: #DDBCD7;
}
.BgClassName
{
background-color: #DDBCD7;
}
</style>
border-color css
<style>
span { border-color: #DDBCD7; }
span { border-color: rgb(221,188,215); }
td.TdClassName
{
border-color: #DDBCD7;
}
.TagClassName
{
border-color: #DDBCD7;
}
</style>