Shades of French Lilac #DDAEDB
Tints of French Lilac #DDAEDB
RGB
CMYK
RGB Variations
Color information
#DDAEDB (or 0xDDAEDB) is known color: French Lilac. HEX triplet: DD, AE and DB. RGB value is (221,174,219). Sum of RGB (Red+Green+Blue) = 221+174+219=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEDB is #225124. Grayscale: #C1C1C1. Windows color (decimal): -2248997 or 14397149. OLE color: 14397149.
HSL color Cylindrical-coordinate representation of color #DDAEDB: hue angle of 302.55º 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 #DDAEDB is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 174 | 219 | - |
CMYK | 0 | 0.21 | 0.01 | 0.13 |
HSL | 302.55º | 0.41% | 0.77% | - |
HSV(B) | 302.55º | 0.21% | 0.87% | - |
XYZ | 57.74 | 50.76 | 73.77 | - |
YUV | 193.18 | 142.57 | 147.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 174 | 219 | 0 | 0.21 | 0.01 | 0.13 | 302.55 | 0.41 | 0.77 |
Hex | DD | AE | DB | 0 | 15 | 1 | D | 12F | 29 | 4D |
Octal | 335 | 256 | 333 | 0 | 25 | 1 | 15 | 457 | 51 | 115 |
Binary | 11011101 | 10101110 | 11011011 | 0 | 10101 | 1 | 1101 | 100101111 | 101001 | 1001101 |
Color Harmonies of #DDAEDB
Complementary color
Monochromatic Colors of #DDAEDB
Black with #DDAEDB
Text Example
Text Example
White with #DDAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEDB; }
p { color: rgb(221,174,219); }
H1.HeaderClassName
{
color: #DDAEDB;
}
.AnyTagClassName
{
color: #DDAEDB;
}
</style>
background-color css
<style>
a { background-color: #DDAEDB; }
a { background-color: rgb(221,174,219); }
div.DivClassName
{
background-color: #DDAEDB;
}
.BgClassName
{
background-color: #DDAEDB;
}
</style>
border-color css
<style>
span { border-color: #DDAEDB; }
span { border-color: rgb(221,174,219); }
td.TdClassName
{
border-color: #DDAEDB;
}
.TagClassName
{
border-color: #DDAEDB;
}
</style>