Shades of French Lilac #DDB5DC
Tints of French Lilac #DDB5DC
RGB
CMYK
RGB Variations
Color information
#DDB5DC (or 0xDDB5DC) is known color: French Lilac. HEX triplet: DD, B5 and DC. RGB value is (221,181,220). Sum of RGB (Red+Green+Blue) = 221+181+220=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5DC is #224A23. Grayscale: #C5C5C5. Windows color (decimal): -2247204 or 14464477. OLE color: 14464477.
HSL color Cylindrical-coordinate representation of color #DDB5DC: hue angle of 301.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB5DC is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 220 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.13 |
| HSL | 301.5º | 0.37% | 0.79% | - |
| HSV(B) | 301.5º | 0.18% | 0.87% | - |
| XYZ | 59.26 | 53.59 | 74.93 | - |
| YUV | 197.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 220 | 0 | 0.18 | 0.00 | 0.13 | 301.5 | 0.37 | 0.79 |
| Hex | DD | B5 | DC | 0 | 12 | 0 | D | 12E | 25 | 4F |
| Octal | 335 | 265 | 334 | 0 | 22 | 0 | 15 | 456 | 45 | 117 |
| Binary | 11011101 | 10110101 | 11011100 | 0 | 10010 | 0 | 1101 | 100101110 | 100101 | 1001111 |
Color Harmonies of #DDB5DC
Complementary color
Monochromatic Colors of #DDB5DC
Black with #DDB5DC
Text Example
Text Example
White with #DDB5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5DC; }
p { color: rgb(221,181,220); }
H1.HeaderClassName
{
color: #DDB5DC;
}
.AnyTagClassName
{
color: #DDB5DC;
}
</style>
background-color css
<style>
a { background-color: #DDB5DC; }
a { background-color: rgb(221,181,220); }
div.DivClassName
{
background-color: #DDB5DC;
}
.BgClassName
{
background-color: #DDB5DC;
}
</style>
border-color css
<style>
span { border-color: #DDB5DC; }
span { border-color: rgb(221,181,220); }
td.TdClassName
{
border-color: #DDB5DC;
}
.TagClassName
{
border-color: #DDB5DC;
}
</style>