Shades of French Lilac #DDACD1
Tints of French Lilac #DDACD1
RGB
CMYK
RGB Variations
Color information
#DDACD1 (or 0xDDACD1) is known color: French Lilac. HEX triplet: DD, AC and D1. RGB value is (221,172,209). Sum of RGB (Red+Green+Blue) = 221+172+209=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACD1 is #22532E. Grayscale: #BEBEBE. Windows color (decimal): -2249519 or 13741277. OLE color: 13741277.
HSL color Cylindrical-coordinate representation of color #DDACD1: hue angle of 314.69º 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 #DDACD1 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 172 | 209 | - |
CMYK | 0 | 0.22 | 0.05 | 0.13 |
HSL | 314.69º | 0.42% | 0.77% | - |
HSV(B) | 314.69º | 0.22% | 0.87% | - |
XYZ | 56.08 | 49.48 | 66.92 | - |
YUV | 190.87 | 138.23 | 149.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 209 | 0 | 0.22 | 0.05 | 0.13 | 314.69 | 0.42 | 0.77 |
Hex | DD | AC | D1 | 0 | 16 | 5 | D | 13B | 2A | 4D |
Octal | 335 | 254 | 321 | 0 | 26 | 5 | 15 | 473 | 52 | 115 |
Binary | 11011101 | 10101100 | 11010001 | 0 | 10110 | 101 | 1101 | 100111011 | 101010 | 1001101 |
Color Harmonies of #DDACD1
Complementary color
Monochromatic Colors of #DDACD1
Black with #DDACD1
Text Example
Text Example
White with #DDACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACD1; }
p { color: rgb(221,172,209); }
H1.HeaderClassName
{
color: #DDACD1;
}
.AnyTagClassName
{
color: #DDACD1;
}
</style>
background-color css
<style>
a { background-color: #DDACD1; }
a { background-color: rgb(221,172,209); }
div.DivClassName
{
background-color: #DDACD1;
}
.BgClassName
{
background-color: #DDACD1;
}
</style>
border-color css
<style>
span { border-color: #DDACD1; }
span { border-color: rgb(221,172,209); }
td.TdClassName
{
border-color: #DDACD1;
}
.TagClassName
{
border-color: #DDACD1;
}
</style>