Shades of French Lilac #DDB3DE
Tints of French Lilac #DDB3DE
RGB
CMYK
RGB Variations
Color information
#DDB3DE (or 0xDDB3DE) is known color: French Lilac. HEX triplet: DD, B3 and DE. RGB value is (221,179,222). Sum of RGB (Red+Green+Blue) = 221+179+222=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDB3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3DE is #224C21. Grayscale: #C4C4C4. Windows color (decimal): -2247714 or 14595037. OLE color: 14595037.
HSL color Cylindrical-coordinate representation of color #DDB3DE: hue angle of 298.6º degrees, saturation: 0.39, 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 #DDB3DE is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 222 | - |
| CMYK | 0.00 | 0.19 | 0 | 0.13 |
| HSL | 298.6º | 0.39% | 0.79% | - |
| HSV(B) | 298.6º | 0.19% | 0.87% | - |
| XYZ | 59.12 | 52.89 | 76.2 | - |
| YUV | 196.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 222 | 0.00 | 0.19 | 0 | 0.13 | 298.6 | 0.39 | 0.79 |
| Hex | DD | B3 | DE | 0 | 13 | 0 | D | 12B | 27 | 4F |
| Octal | 335 | 263 | 336 | 0 | 23 | 0 | 15 | 453 | 47 | 117 |
| Binary | 11011101 | 10110011 | 11011110 | 0 | 10011 | 0 | 1101 | 100101011 | 100111 | 1001111 |
Color Harmonies of #DDB3DE
Complementary color
Monochromatic Colors of #DDB3DE
Black with #DDB3DE
Text Example
Text Example
White with #DDB3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3DE; }
p { color: rgb(221,179,222); }
H1.HeaderClassName
{
color: #DDB3DE;
}
.AnyTagClassName
{
color: #DDB3DE;
}
</style>
background-color css
<style>
a { background-color: #DDB3DE; }
a { background-color: rgb(221,179,222); }
div.DivClassName
{
background-color: #DDB3DE;
}
.BgClassName
{
background-color: #DDB3DE;
}
</style>
border-color css
<style>
span { border-color: #DDB3DE; }
span { border-color: rgb(221,179,222); }
td.TdClassName
{
border-color: #DDB3DE;
}
.TagClassName
{
border-color: #DDB3DE;
}
</style>