Shades of French Lilac #DDBDDA
Tints of French Lilac #DDBDDA
RGB
CMYK
RGB Variations
Color information
#DDBDDA (or 0xDDBDDA) is known color: French Lilac. HEX triplet: DD, BD and DA. RGB value is (221,189,218). Sum of RGB (Red+Green+Blue) = 221+189+218=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDDA is #224225. Grayscale: #C9C9C9. Windows color (decimal): -2245158 or 14335453. OLE color: 14335453.
HSL color Cylindrical-coordinate representation of color #DDBDDA: hue angle of 305.62º 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 #DDBDDA is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 218 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.13 |
| HSL | 305.63º | 0.32% | 0.8% | - |
| HSV(B) | 305.63º | 0.14% | 0.87% | - |
| XYZ | 60.67 | 56.83 | 74.1 | - |
| YUV | 201.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 218 | 0 | 0.14 | 0.01 | 0.13 | 305.63 | 0.32 | 0.8 |
| Hex | DD | BD | DA | 0 | E | 1 | D | 132 | 20 | 50 |
| Octal | 335 | 275 | 332 | 0 | 16 | 1 | 15 | 462 | 40 | 120 |
| Binary | 11011101 | 10111101 | 11011010 | 0 | 1110 | 1 | 1101 | 100110010 | 100000 | 1010000 |
Color Harmonies of #DDBDDA
Complementary color
Monochromatic Colors of #DDBDDA
Black with #DDBDDA
Text Example
Text Example
White with #DDBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDDA; }
p { color: rgb(221,189,218); }
H1.HeaderClassName
{
color: #DDBDDA;
}
.AnyTagClassName
{
color: #DDBDDA;
}
</style>
background-color css
<style>
a { background-color: #DDBDDA; }
a { background-color: rgb(221,189,218); }
div.DivClassName
{
background-color: #DDBDDA;
}
.BgClassName
{
background-color: #DDBDDA;
}
</style>
border-color css
<style>
span { border-color: #DDBDDA; }
span { border-color: rgb(221,189,218); }
td.TdClassName
{
border-color: #DDBDDA;
}
.TagClassName
{
border-color: #DDBDDA;
}
</style>