Shades of French Lilac #DDACCD
Tints of French Lilac #DDACCD
RGB
CMYK
RGB Variations
Color information
#DDACCD (or 0xDDACCD) is known color: French Lilac. HEX triplet: DD, AC and CD. RGB value is (221,172,205). Sum of RGB (Red+Green+Blue) = 221+172+205=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACCD is #225332. Grayscale: #BEBEBE. Windows color (decimal): -2249523 or 13479133. OLE color: 13479133.
HSL color Cylindrical-coordinate representation of color #DDACCD: hue angle of 319.59º 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 #DDACCD is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 172 | 205 | - |
CMYK | 0 | 0.22 | 0.07 | 0.13 |
HSL | 319.59º | 0.42% | 0.77% | - |
HSV(B) | 319.59º | 0.22% | 0.87% | - |
XYZ | 55.59 | 49.28 | 64.34 | - |
YUV | 190.41 | 136.23 | 149.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 205 | 0 | 0.22 | 0.07 | 0.13 | 319.59 | 0.42 | 0.77 |
Hex | DD | AC | CD | 0 | 16 | 7 | D | 140 | 2A | 4D |
Octal | 335 | 254 | 315 | 0 | 26 | 7 | 15 | 500 | 52 | 115 |
Binary | 11011101 | 10101100 | 11001101 | 0 | 10110 | 111 | 1101 | 101000000 | 101010 | 1001101 |
Color Harmonies of #DDACCD
Complementary color
Monochromatic Colors of #DDACCD
Black with #DDACCD
Text Example
Text Example
White with #DDACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACCD; }
p { color: rgb(221,172,205); }
H1.HeaderClassName
{
color: #DDACCD;
}
.AnyTagClassName
{
color: #DDACCD;
}
</style>
background-color css
<style>
a { background-color: #DDACCD; }
a { background-color: rgb(221,172,205); }
div.DivClassName
{
background-color: #DDACCD;
}
.BgClassName
{
background-color: #DDACCD;
}
</style>
border-color css
<style>
span { border-color: #DDACCD; }
span { border-color: rgb(221,172,205); }
td.TdClassName
{
border-color: #DDACCD;
}
.TagClassName
{
border-color: #DDACCD;
}
</style>