Shades of French Lilac #DDB8DB
Tints of French Lilac #DDB8DB
RGB
CMYK
RGB Variations
Color information
#DDB8DB (or 0xDDB8DB) is known color: French Lilac. HEX triplet: DD, B8 and DB. RGB value is (221,184,219). Sum of RGB (Red+Green+Blue) = 221+184+219=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8DB is #224724. Grayscale: #C6C6C6. Windows color (decimal): -2246437 or 14399709. OLE color: 14399709.
HSL color Cylindrical-coordinate representation of color #DDB8DB: hue angle of 303.24º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB8DB is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 219 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.13 |
| HSL | 303.24º | 0.35% | 0.79% | - |
| HSV(B) | 303.24º | 0.17% | 0.87% | - |
| XYZ | 59.75 | 54.77 | 74.44 | - |
| YUV | 199.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 219 | 0 | 0.17 | 0.01 | 0.13 | 303.24 | 0.35 | 0.79 |
| Hex | DD | B8 | DB | 0 | 11 | 1 | D | 12F | 23 | 4F |
| Octal | 335 | 270 | 333 | 0 | 21 | 1 | 15 | 457 | 43 | 117 |
| Binary | 11011101 | 10111000 | 11011011 | 0 | 10001 | 1 | 1101 | 100101111 | 100011 | 1001111 |
Color Harmonies of #DDB8DB
Complementary color
Monochromatic Colors of #DDB8DB
Black with #DDB8DB
Text Example
Text Example
White with #DDB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8DB; }
p { color: rgb(221,184,219); }
H1.HeaderClassName
{
color: #DDB8DB;
}
.AnyTagClassName
{
color: #DDB8DB;
}
</style>
background-color css
<style>
a { background-color: #DDB8DB; }
a { background-color: rgb(221,184,219); }
div.DivClassName
{
background-color: #DDB8DB;
}
.BgClassName
{
background-color: #DDB8DB;
}
</style>
border-color css
<style>
span { border-color: #DDB8DB; }
span { border-color: rgb(221,184,219); }
td.TdClassName
{
border-color: #DDB8DB;
}
.TagClassName
{
border-color: #DDB8DB;
}
</style>