Shades of French Lilac #DDAED0
Tints of French Lilac #DDAED0
RGB
CMYK
RGB Variations
Color information
#DDAED0 (or 0xDDAED0) is known color: French Lilac. HEX triplet: DD, AE and D0. RGB value is (221,174,208). Sum of RGB (Red+Green+Blue) = 221+174+208=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAED0 is #22512F. Grayscale: #BFBFBF. Windows color (decimal): -2249008 or 13676253. OLE color: 13676253.
HSL color Cylindrical-coordinate representation of color #DDAED0: hue angle of 316.6º 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 #DDAED0 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 174 | 208 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.13 |
| HSL | 316.6º | 0.41% | 0.77% | - |
| HSV(B) | 316.6º | 0.21% | 0.87% | - |
| XYZ | 56.34 | 50.2 | 66.39 | - |
| YUV | 191.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 208 | 0 | 0.21 | 0.06 | 0.13 | 316.6 | 0.41 | 0.77 |
| Hex | DD | AE | D0 | 0 | 15 | 6 | D | 13D | 29 | 4D |
| Octal | 335 | 256 | 320 | 0 | 25 | 6 | 15 | 475 | 51 | 115 |
| Binary | 11011101 | 10101110 | 11010000 | 0 | 10101 | 110 | 1101 | 100111101 | 101001 | 1001101 |
Color Harmonies of #DDAED0
Complementary color
Monochromatic Colors of #DDAED0
Black with #DDAED0
Text Example
Text Example
White with #DDAED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAED0; }
p { color: rgb(221,174,208); }
H1.HeaderClassName
{
color: #DDAED0;
}
.AnyTagClassName
{
color: #DDAED0;
}
</style>
background-color css
<style>
a { background-color: #DDAED0; }
a { background-color: rgb(221,174,208); }
div.DivClassName
{
background-color: #DDAED0;
}
.BgClassName
{
background-color: #DDAED0;
}
</style>
border-color css
<style>
span { border-color: #DDAED0; }
span { border-color: rgb(221,174,208); }
td.TdClassName
{
border-color: #DDAED0;
}
.TagClassName
{
border-color: #DDAED0;
}
</style>