Shades of French Lilac #DDBDD6
Tints of French Lilac #DDBDD6
RGB
CMYK
RGB Variations
Color information
#DDBDD6 (or 0xDDBDD6) is known color: French Lilac. HEX triplet: DD, BD and D6. RGB value is (221,189,214). Sum of RGB (Red+Green+Blue) = 221+189+214=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDD6 is #224229. Grayscale: #C9C9C9. Windows color (decimal): -2245162 or 14073309. OLE color: 14073309.
HSL color Cylindrical-coordinate representation of color #DDBDD6: hue angle of 313.12º 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 #DDBDD6 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 214 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.13 |
| HSL | 313.13º | 0.32% | 0.8% | - |
| HSV(B) | 313.13º | 0.14% | 0.87% | - |
| XYZ | 60.15 | 56.62 | 71.38 | - |
| YUV | 201.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 214 | 0 | 0.14 | 0.03 | 0.13 | 313.13 | 0.32 | 0.8 |
| Hex | DD | BD | D6 | 0 | E | 3 | D | 139 | 20 | 50 |
| Octal | 335 | 275 | 326 | 0 | 16 | 3 | 15 | 471 | 40 | 120 |
| Binary | 11011101 | 10111101 | 11010110 | 0 | 1110 | 11 | 1101 | 100111001 | 100000 | 1010000 |
Color Harmonies of #DDBDD6
Complementary color
Monochromatic Colors of #DDBDD6
Black with #DDBDD6
Text Example
Text Example
White with #DDBDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDD6; }
p { color: rgb(221,189,214); }
H1.HeaderClassName
{
color: #DDBDD6;
}
.AnyTagClassName
{
color: #DDBDD6;
}
</style>
background-color css
<style>
a { background-color: #DDBDD6; }
a { background-color: rgb(221,189,214); }
div.DivClassName
{
background-color: #DDBDD6;
}
.BgClassName
{
background-color: #DDBDD6;
}
</style>
border-color css
<style>
span { border-color: #DDBDD6; }
span { border-color: rgb(221,189,214); }
td.TdClassName
{
border-color: #DDBDD6;
}
.TagClassName
{
border-color: #DDBDD6;
}
</style>