Shades of French Lilac #DDAED1
Tints of French Lilac #DDAED1
RGB
CMYK
RGB Variations
Color information
#DDAED1 (or 0xDDAED1) is known color: French Lilac. HEX triplet: DD, AE and D1. RGB value is (221,174,209). Sum of RGB (Red+Green+Blue) = 221+174+209=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAED1 is #22512E. Grayscale: #BFBFBF. Windows color (decimal): -2249007 or 13741789. OLE color: 13741789.
HSL color Cylindrical-coordinate representation of color #DDAED1: hue angle of 315.32º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAED1 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 174 | 209 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.13 |
| HSL | 315.32º | 0.41% | 0.77% | - |
| HSV(B) | 315.32º | 0.21% | 0.87% | - |
| XYZ | 56.46 | 50.25 | 67.04 | - |
| YUV | 192.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 209 | 0 | 0.21 | 0.05 | 0.13 | 315.32 | 0.41 | 0.77 |
| Hex | DD | AE | D1 | 0 | 15 | 5 | D | 13B | 29 | 4D |
| Octal | 335 | 256 | 321 | 0 | 25 | 5 | 15 | 473 | 51 | 115 |
| Binary | 11011101 | 10101110 | 11010001 | 0 | 10101 | 101 | 1101 | 100111011 | 101001 | 1001101 |
Color Harmonies of #DDAED1
Complementary color
Monochromatic Colors of #DDAED1
Black with #DDAED1
Text Example
Text Example
White with #DDAED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAED1; }
p { color: rgb(221,174,209); }
H1.HeaderClassName
{
color: #DDAED1;
}
.AnyTagClassName
{
color: #DDAED1;
}
</style>
background-color css
<style>
a { background-color: #DDAED1; }
a { background-color: rgb(221,174,209); }
div.DivClassName
{
background-color: #DDAED1;
}
.BgClassName
{
background-color: #DDAED1;
}
</style>
border-color css
<style>
span { border-color: #DDAED1; }
span { border-color: rgb(221,174,209); }
td.TdClassName
{
border-color: #DDAED1;
}
.TagClassName
{
border-color: #DDAED1;
}
</style>