Shades of French Lilac #DCAAD2
Tints of French Lilac #DCAAD2
RGB
CMYK
RGB Variations
Color information
#DCAAD2 (or 0xDCAAD2) is known color: French Lilac. HEX triplet: DC, AA and D2. RGB value is (220,170,210). Sum of RGB (Red+Green+Blue) = 220+170+210=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAD2 is #23552D. Grayscale: #BDBDBD. Windows color (decimal): -2315566 or 13806300. OLE color: 13806300.
HSL color Cylindrical-coordinate representation of color #DCAAD2: hue angle of 312º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAAD2 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 210 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.14 |
| HSL | 312º | 0.42% | 0.76% | - |
| HSV(B) | 312º | 0.23% | 0.86% | - |
| XYZ | 55.52 | 48.62 | 67.43 | - |
| YUV | 189.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 210 | 0 | 0.23 | 0.05 | 0.14 | 312 | 0.42 | 0.76 |
| Hex | DC | AA | D2 | 0 | 17 | 5 | E | 138 | 2A | 4C |
| Octal | 334 | 252 | 322 | 0 | 27 | 5 | 16 | 470 | 52 | 114 |
| Binary | 11011100 | 10101010 | 11010010 | 0 | 10111 | 101 | 1110 | 100111000 | 101010 | 1001100 |
Color Harmonies of #DCAAD2
Complementary color
Monochromatic Colors of #DCAAD2
Black with #DCAAD2
Text Example
Text Example
White with #DCAAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAD2; }
p { color: rgb(220,170,210); }
H1.HeaderClassName
{
color: #DCAAD2;
}
.AnyTagClassName
{
color: #DCAAD2;
}
</style>
background-color css
<style>
a { background-color: #DCAAD2; }
a { background-color: rgb(220,170,210); }
div.DivClassName
{
background-color: #DCAAD2;
}
.BgClassName
{
background-color: #DCAAD2;
}
</style>
border-color css
<style>
span { border-color: #DCAAD2; }
span { border-color: rgb(220,170,210); }
td.TdClassName
{
border-color: #DCAAD2;
}
.TagClassName
{
border-color: #DCAAD2;
}
</style>