Shades of French Lilac #DDACDA
Tints of French Lilac #DDACDA
RGB
CMYK
RGB Variations
Color information
#DDACDA (or 0xDDACDA) is known color: French Lilac. HEX triplet: DD, AC and DA. RGB value is (221,172,218). Sum of RGB (Red+Green+Blue) = 221+172+218=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACDA is #225325. Grayscale: #BFBFBF. Windows color (decimal): -2249510 or 14331101. OLE color: 14331101.
HSL color Cylindrical-coordinate representation of color #DDACDA: hue angle of 303.67º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACDA is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 172 | 218 | - |
CMYK | 0 | 0.22 | 0.01 | 0.13 |
HSL | 303.67º | 0.42% | 0.77% | - |
HSV(B) | 303.67º | 0.22% | 0.87% | - |
XYZ | 57.23 | 49.94 | 72.95 | - |
YUV | 191.9 | 142.73 | 148.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 218 | 0 | 0.22 | 0.01 | 0.13 | 303.67 | 0.42 | 0.77 |
Hex | DD | AC | DA | 0 | 16 | 1 | D | 130 | 2A | 4D |
Octal | 335 | 254 | 332 | 0 | 26 | 1 | 15 | 460 | 52 | 115 |
Binary | 11011101 | 10101100 | 11011010 | 0 | 10110 | 1 | 1101 | 100110000 | 101010 | 1001101 |
Color Harmonies of #DDACDA
Complementary color
Monochromatic Colors of #DDACDA
Black with #DDACDA
Text Example
Text Example
White with #DDACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACDA; }
p { color: rgb(221,172,218); }
H1.HeaderClassName
{
color: #DDACDA;
}
.AnyTagClassName
{
color: #DDACDA;
}
</style>
background-color css
<style>
a { background-color: #DDACDA; }
a { background-color: rgb(221,172,218); }
div.DivClassName
{
background-color: #DDACDA;
}
.BgClassName
{
background-color: #DDACDA;
}
</style>
border-color css
<style>
span { border-color: #DDACDA; }
span { border-color: rgb(221,172,218); }
td.TdClassName
{
border-color: #DDACDA;
}
.TagClassName
{
border-color: #DDACDA;
}
</style>