Shades of French Lilac #DDAAD2
Tints of French Lilac #DDAAD2
RGB
CMYK
RGB Variations
Color information
#DDAAD2 (or 0xDDAAD2) is known color: French Lilac. HEX triplet: DD, AA and D2. RGB value is (221,170,210). Sum of RGB (Red+Green+Blue) = 221+170+210=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAD2 is #22552D. Grayscale: #BDBDBD. Windows color (decimal): -2250030 or 13806301. OLE color: 13806301.
HSL color Cylindrical-coordinate representation of color #DDAAD2: hue angle of 312.94º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAAD2 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 170 | 210 | - |
CMYK | 0 | 0.23 | 0.05 | 0.13 |
HSL | 312.94º | 0.43% | 0.77% | - |
HSV(B) | 312.94º | 0.23% | 0.87% | - |
XYZ | 55.83 | 48.77 | 67.44 | - |
YUV | 189.81 | 139.4 | 150.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 170 | 210 | 0 | 0.23 | 0.05 | 0.13 | 312.94 | 0.43 | 0.77 |
Hex | DD | AA | D2 | 0 | 17 | 5 | D | 139 | 2B | 4D |
Octal | 335 | 252 | 322 | 0 | 27 | 5 | 15 | 471 | 53 | 115 |
Binary | 11011101 | 10101010 | 11010010 | 0 | 10111 | 101 | 1101 | 100111001 | 101011 | 1001101 |
Color Harmonies of #DDAAD2
Complementary color
Monochromatic Colors of #DDAAD2
Black with #DDAAD2
Text Example
Text Example
White with #DDAAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAD2; }
p { color: rgb(221,170,210); }
H1.HeaderClassName
{
color: #DDAAD2;
}
.AnyTagClassName
{
color: #DDAAD2;
}
</style>
background-color css
<style>
a { background-color: #DDAAD2; }
a { background-color: rgb(221,170,210); }
div.DivClassName
{
background-color: #DDAAD2;
}
.BgClassName
{
background-color: #DDAAD2;
}
</style>
border-color css
<style>
span { border-color: #DDAAD2; }
span { border-color: rgb(221,170,210); }
td.TdClassName
{
border-color: #DDAAD2;
}
.TagClassName
{
border-color: #DDAAD2;
}
</style>