Shades of French Lilac #DDBAD8
Tints of French Lilac #DDBAD8
RGB
CMYK
RGB Variations
Color information
#DDBAD8 (or 0xDDBAD8) is known color: French Lilac. HEX triplet: DD, BA and D8. RGB value is (221,186,216). Sum of RGB (Red+Green+Blue) = 221+186+216=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAD8 is #224527. Grayscale: #C7C7C7. Windows color (decimal): -2245928 or 14203613. OLE color: 14203613.
HSL color Cylindrical-coordinate representation of color #DDBAD8: hue angle of 308.57º degrees, saturation: 0.34, 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 #DDBAD8 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 216 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.13 |
| HSL | 308.57º | 0.34% | 0.8% | - |
| HSV(B) | 308.57º | 0.16% | 0.87% | - |
| XYZ | 59.77 | 55.45 | 72.52 | - |
| YUV | 199.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 216 | 0 | 0.16 | 0.02 | 0.13 | 308.57 | 0.34 | 0.8 |
| Hex | DD | BA | D8 | 0 | 10 | 2 | D | 135 | 22 | 50 |
| Octal | 335 | 272 | 330 | 0 | 20 | 2 | 15 | 465 | 42 | 120 |
| Binary | 11011101 | 10111010 | 11011000 | 0 | 10000 | 10 | 1101 | 100110101 | 100010 | 1010000 |
Color Harmonies of #DDBAD8
Complementary color
Monochromatic Colors of #DDBAD8
Black with #DDBAD8
Text Example
Text Example
White with #DDBAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAD8; }
p { color: rgb(221,186,216); }
H1.HeaderClassName
{
color: #DDBAD8;
}
.AnyTagClassName
{
color: #DDBAD8;
}
</style>
background-color css
<style>
a { background-color: #DDBAD8; }
a { background-color: rgb(221,186,216); }
div.DivClassName
{
background-color: #DDBAD8;
}
.BgClassName
{
background-color: #DDBAD8;
}
</style>
border-color css
<style>
span { border-color: #DDBAD8; }
span { border-color: rgb(221,186,216); }
td.TdClassName
{
border-color: #DDBAD8;
}
.TagClassName
{
border-color: #DDBAD8;
}
</style>