Shades of French Lilac #DDA8CC
Tints of French Lilac #DDA8CC
RGB
CMYK
RGB Variations
Color information
#DDA8CC (or 0xDDA8CC) is known color: French Lilac. HEX triplet: DD, A8 and CC. RGB value is (221,168,204). Sum of RGB (Red+Green+Blue) = 221+168+204=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8CC is #225733. Grayscale: #BBBBBB. Windows color (decimal): -2250548 or 13412573. OLE color: 13412573.
HSL color Cylindrical-coordinate representation of color #DDA8CC: hue angle of 319.25º 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 #DDA8CC is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 204 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.13 |
| HSL | 319.25º | 0.44% | 0.76% | - |
| HSV(B) | 319.25º | 0.24% | 0.87% | - |
| XYZ | 54.72 | 47.74 | 63.46 | - |
| YUV | 187.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 204 | 0 | 0.24 | 0.08 | 0.13 | 319.25 | 0.44 | 0.76 |
| Hex | DD | A8 | CC | 0 | 18 | 8 | D | 13F | 2C | 4C |
| Octal | 335 | 250 | 314 | 0 | 30 | 10 | 15 | 477 | 54 | 114 |
| Binary | 11011101 | 10101000 | 11001100 | 0 | 11000 | 1000 | 1101 | 100111111 | 101100 | 1001100 |
Color Harmonies of #DDA8CC
Complementary color
Monochromatic Colors of #DDA8CC
Black with #DDA8CC
Text Example
Text Example
White with #DDA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8CC; }
p { color: rgb(221,168,204); }
H1.HeaderClassName
{
color: #DDA8CC;
}
.AnyTagClassName
{
color: #DDA8CC;
}
</style>
background-color css
<style>
a { background-color: #DDA8CC; }
a { background-color: rgb(221,168,204); }
div.DivClassName
{
background-color: #DDA8CC;
}
.BgClassName
{
background-color: #DDA8CC;
}
</style>
border-color css
<style>
span { border-color: #DDA8CC; }
span { border-color: rgb(221,168,204); }
td.TdClassName
{
border-color: #DDA8CC;
}
.TagClassName
{
border-color: #DDA8CC;
}
</style>