Shades of French Lilac #DDB4DB
Tints of French Lilac #DDB4DB
RGB
CMYK
RGB Variations
Color information
#DDB4DB (or 0xDDB4DB) is known color: French Lilac. HEX triplet: DD, B4 and DB. RGB value is (221,180,219). Sum of RGB (Red+Green+Blue) = 221+180+219=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4DB is #224B24. Grayscale: #C4C4C4. Windows color (decimal): -2247461 or 14398685. OLE color: 14398685.
HSL color Cylindrical-coordinate representation of color #DDB4DB: hue angle of 302.93º 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 #DDB4DB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 219 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.13 |
| HSL | 302.93º | 0.38% | 0.79% | - |
| HSV(B) | 302.93º | 0.19% | 0.87% | - |
| XYZ | 58.93 | 53.13 | 74.17 | - |
| YUV | 196.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 219 | 0 | 0.19 | 0.01 | 0.13 | 302.93 | 0.38 | 0.79 |
| Hex | DD | B4 | DB | 0 | 13 | 1 | D | 12F | 26 | 4F |
| Octal | 335 | 264 | 333 | 0 | 23 | 1 | 15 | 457 | 46 | 117 |
| Binary | 11011101 | 10110100 | 11011011 | 0 | 10011 | 1 | 1101 | 100101111 | 100110 | 1001111 |
Color Harmonies of #DDB4DB
Complementary color
Monochromatic Colors of #DDB4DB
Black with #DDB4DB
Text Example
Text Example
White with #DDB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4DB; }
p { color: rgb(221,180,219); }
H1.HeaderClassName
{
color: #DDB4DB;
}
.AnyTagClassName
{
color: #DDB4DB;
}
</style>
background-color css
<style>
a { background-color: #DDB4DB; }
a { background-color: rgb(221,180,219); }
div.DivClassName
{
background-color: #DDB4DB;
}
.BgClassName
{
background-color: #DDB4DB;
}
</style>
border-color css
<style>
span { border-color: #DDB4DB; }
span { border-color: rgb(221,180,219); }
td.TdClassName
{
border-color: #DDB4DB;
}
.TagClassName
{
border-color: #DDB4DB;
}
</style>