Shades of French Lilac #DDA2CE
Tints of French Lilac #DDA2CE
RGB
CMYK
RGB Variations
Color information
#DDA2CE (or 0xDDA2CE) is known color: French Lilac. HEX triplet: DD, A2 and CE. RGB value is (221,162,206). Sum of RGB (Red+Green+Blue) = 221+162+206=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2CE is #225D31. Grayscale: #B8B8B8. Windows color (decimal): -2252082 or 13542109. OLE color: 13542109.
HSL color Cylindrical-coordinate representation of color #DDA2CE: hue angle of 315.25º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA2CE is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 206 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.13 |
| HSL | 315.25º | 0.46% | 0.75% | - |
| HSV(B) | 315.25º | 0.27% | 0.87% | - |
| XYZ | 53.88 | 45.67 | 64.37 | - |
| YUV | 184.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 206 | 0 | 0.27 | 0.07 | 0.13 | 315.25 | 0.46 | 0.75 |
| Hex | DD | A2 | CE | 0 | 1B | 7 | D | 13B | 2E | 4B |
| Octal | 335 | 242 | 316 | 0 | 33 | 7 | 15 | 473 | 56 | 113 |
| Binary | 11011101 | 10100010 | 11001110 | 0 | 11011 | 111 | 1101 | 100111011 | 101110 | 1001011 |
Color Harmonies of #DDA2CE
Complementary color
Monochromatic Colors of #DDA2CE
Black with #DDA2CE
Text Example
Text Example
White with #DDA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2CE; }
p { color: rgb(221,162,206); }
H1.HeaderClassName
{
color: #DDA2CE;
}
.AnyTagClassName
{
color: #DDA2CE;
}
</style>
background-color css
<style>
a { background-color: #DDA2CE; }
a { background-color: rgb(221,162,206); }
div.DivClassName
{
background-color: #DDA2CE;
}
.BgClassName
{
background-color: #DDA2CE;
}
</style>
border-color css
<style>
span { border-color: #DDA2CE; }
span { border-color: rgb(221,162,206); }
td.TdClassName
{
border-color: #DDA2CE;
}
.TagClassName
{
border-color: #DDA2CE;
}
</style>