Shades of French Lilac #DDAEDC
Tints of French Lilac #DDAEDC
RGB
CMYK
RGB Variations
Color information
#DDAEDC (or 0xDDAEDC) is known color: French Lilac. HEX triplet: DD, AE and DC. RGB value is (221,174,220). Sum of RGB (Red+Green+Blue) = 221+174+220=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEDC is #225123. Grayscale: #C1C1C1. Windows color (decimal): -2248996 or 14462685. OLE color: 14462685.
HSL color Cylindrical-coordinate representation of color #DDAEDC: hue angle of 301.28º 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 #DDAEDC is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 174 | 220 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.13 |
| HSL | 301.28º | 0.41% | 0.77% | - |
| HSV(B) | 301.28º | 0.21% | 0.87% | - |
| XYZ | 57.87 | 50.81 | 74.47 | - |
| YUV | 193.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 220 | 0 | 0.21 | 0.00 | 0.13 | 301.28 | 0.41 | 0.77 |
| Hex | DD | AE | DC | 0 | 15 | 0 | D | 12D | 29 | 4D |
| Octal | 335 | 256 | 334 | 0 | 25 | 0 | 15 | 455 | 51 | 115 |
| Binary | 11011101 | 10101110 | 11011100 | 0 | 10101 | 0 | 1101 | 100101101 | 101001 | 1001101 |
Color Harmonies of #DDAEDC
Complementary color
Monochromatic Colors of #DDAEDC
Black with #DDAEDC
Text Example
Text Example
White with #DDAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEDC; }
p { color: rgb(221,174,220); }
H1.HeaderClassName
{
color: #DDAEDC;
}
.AnyTagClassName
{
color: #DDAEDC;
}
</style>
background-color css
<style>
a { background-color: #DDAEDC; }
a { background-color: rgb(221,174,220); }
div.DivClassName
{
background-color: #DDAEDC;
}
.BgClassName
{
background-color: #DDAEDC;
}
</style>
border-color css
<style>
span { border-color: #DDAEDC; }
span { border-color: rgb(221,174,220); }
td.TdClassName
{
border-color: #DDAEDC;
}
.TagClassName
{
border-color: #DDAEDC;
}
</style>