Shades of French Lilac #DDA8CE
Tints of French Lilac #DDA8CE
RGB
CMYK
RGB Variations
Color information
#DDA8CE (or 0xDDA8CE) is known color: French Lilac. HEX triplet: DD, A8 and CE. RGB value is (221,168,206). Sum of RGB (Red+Green+Blue) = 221+168+206=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8CE is #225731. Grayscale: #BCBCBC. Windows color (decimal): -2250546 or 13543645. OLE color: 13543645.
HSL color Cylindrical-coordinate representation of color #DDA8CE: hue angle of 316.98º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA8CE is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 206 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.13 |
| HSL | 316.98º | 0.44% | 0.76% | - |
| HSV(B) | 316.98º | 0.24% | 0.87% | - |
| XYZ | 54.96 | 47.83 | 64.73 | - |
| YUV | 188.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 206 | 0 | 0.24 | 0.07 | 0.13 | 316.98 | 0.44 | 0.76 |
| Hex | DD | A8 | CE | 0 | 18 | 7 | D | 13D | 2C | 4C |
| Octal | 335 | 250 | 316 | 0 | 30 | 7 | 15 | 475 | 54 | 114 |
| Binary | 11011101 | 10101000 | 11001110 | 0 | 11000 | 111 | 1101 | 100111101 | 101100 | 1001100 |
Color Harmonies of #DDA8CE
Complementary color
Monochromatic Colors of #DDA8CE
Black with #DDA8CE
Text Example
Text Example
White with #DDA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8CE; }
p { color: rgb(221,168,206); }
H1.HeaderClassName
{
color: #DDA8CE;
}
.AnyTagClassName
{
color: #DDA8CE;
}
</style>
background-color css
<style>
a { background-color: #DDA8CE; }
a { background-color: rgb(221,168,206); }
div.DivClassName
{
background-color: #DDA8CE;
}
.BgClassName
{
background-color: #DDA8CE;
}
</style>
border-color css
<style>
span { border-color: #DDA8CE; }
span { border-color: rgb(221,168,206); }
td.TdClassName
{
border-color: #DDA8CE;
}
.TagClassName
{
border-color: #DDA8CE;
}
</style>