Shades of French Lilac #DDA3CE
Tints of French Lilac #DDA3CE
RGB
CMYK
RGB Variations
Color information
#DDA3CE (or 0xDDA3CE) is known color: French Lilac. HEX triplet: DD, A3 and CE. RGB value is (221,163,206). Sum of RGB (Red+Green+Blue) = 221+163+206=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA3CE is #225C31. Grayscale: #B9B9B9. Windows color (decimal): -2251826 or 13542365. OLE color: 13542365.
HSL color Cylindrical-coordinate representation of color #DDA3CE: hue angle of 315.52º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDA3CE is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 206 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.13 |
| HSL | 315.52º | 0.46% | 0.75% | - |
| HSV(B) | 315.52º | 0.26% | 0.87% | - |
| XYZ | 54.06 | 46.02 | 64.43 | - |
| YUV | 185.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 206 | 0 | 0.26 | 0.07 | 0.13 | 315.52 | 0.46 | 0.75 |
| Hex | DD | A3 | CE | 0 | 1A | 7 | D | 13C | 2E | 4B |
| Octal | 335 | 243 | 316 | 0 | 32 | 7 | 15 | 474 | 56 | 113 |
| Binary | 11011101 | 10100011 | 11001110 | 0 | 11010 | 111 | 1101 | 100111100 | 101110 | 1001011 |
Color Harmonies of #DDA3CE
Complementary color
Monochromatic Colors of #DDA3CE
Black with #DDA3CE
Text Example
Text Example
White with #DDA3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA3CE; }
p { color: rgb(221,163,206); }
H1.HeaderClassName
{
color: #DDA3CE;
}
.AnyTagClassName
{
color: #DDA3CE;
}
</style>
background-color css
<style>
a { background-color: #DDA3CE; }
a { background-color: rgb(221,163,206); }
div.DivClassName
{
background-color: #DDA3CE;
}
.BgClassName
{
background-color: #DDA3CE;
}
</style>
border-color css
<style>
span { border-color: #DDA3CE; }
span { border-color: rgb(221,163,206); }
td.TdClassName
{
border-color: #DDA3CE;
}
.TagClassName
{
border-color: #DDA3CE;
}
</style>