Shades of French Lilac #DDB4DC
Tints of French Lilac #DDB4DC
RGB
CMYK
RGB Variations
Color information
#DDB4DC (or 0xDDB4DC) is known color: French Lilac. HEX triplet: DD, B4 and DC. RGB value is (221,180,220). Sum of RGB (Red+Green+Blue) = 221+180+220=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4DC is #224B23. Grayscale: #C4C4C4. Windows color (decimal): -2247460 or 14464221. OLE color: 14464221.
HSL color Cylindrical-coordinate representation of color #DDB4DC: hue angle of 301.46º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB4DC is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 220 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.13 |
| HSL | 301.46º | 0.38% | 0.79% | - |
| HSV(B) | 301.46º | 0.19% | 0.87% | - |
| XYZ | 59.06 | 53.18 | 74.86 | - |
| YUV | 196.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 220 | 0 | 0.19 | 0.00 | 0.13 | 301.46 | 0.38 | 0.79 |
| Hex | DD | B4 | DC | 0 | 13 | 0 | D | 12D | 26 | 4F |
| Octal | 335 | 264 | 334 | 0 | 23 | 0 | 15 | 455 | 46 | 117 |
| Binary | 11011101 | 10110100 | 11011100 | 0 | 10011 | 0 | 1101 | 100101101 | 100110 | 1001111 |
Color Harmonies of #DDB4DC
Complementary color
Monochromatic Colors of #DDB4DC
Black with #DDB4DC
Text Example
Text Example
White with #DDB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4DC; }
p { color: rgb(221,180,220); }
H1.HeaderClassName
{
color: #DDB4DC;
}
.AnyTagClassName
{
color: #DDB4DC;
}
</style>
background-color css
<style>
a { background-color: #DDB4DC; }
a { background-color: rgb(221,180,220); }
div.DivClassName
{
background-color: #DDB4DC;
}
.BgClassName
{
background-color: #DDB4DC;
}
</style>
border-color css
<style>
span { border-color: #DDB4DC; }
span { border-color: rgb(221,180,220); }
td.TdClassName
{
border-color: #DDB4DC;
}
.TagClassName
{
border-color: #DDB4DC;
}
</style>