Shades of French Lilac #DCACCE
Tints of French Lilac #DCACCE
RGB
CMYK
RGB Variations
Color information
#DCACCE (or 0xDCACCE) is known color: French Lilac. HEX triplet: DC, AC and CE. RGB value is (220,172,206). Sum of RGB (Red+Green+Blue) = 220+172+206=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACCE is #235331. Grayscale: #BEBEBE. Windows color (decimal): -2315058 or 13544668. OLE color: 13544668.
HSL color Cylindrical-coordinate representation of color #DCACCE: hue angle of 317.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACCE is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 206 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.14 |
| HSL | 317.5º | 0.41% | 0.77% | - |
| HSV(B) | 317.5º | 0.22% | 0.86% | - |
| XYZ | 55.41 | 49.18 | 64.96 | - |
| YUV | 190.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 206 | 0 | 0.22 | 0.06 | 0.14 | 317.5 | 0.41 | 0.77 |
| Hex | DC | AC | CE | 0 | 16 | 6 | E | 13E | 29 | 4D |
| Octal | 334 | 254 | 316 | 0 | 26 | 6 | 16 | 476 | 51 | 115 |
| Binary | 11011100 | 10101100 | 11001110 | 0 | 10110 | 110 | 1110 | 100111110 | 101001 | 1001101 |
Color Harmonies of #DCACCE
Complementary color
Monochromatic Colors of #DCACCE
Black with #DCACCE
Text Example
Text Example
White with #DCACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACCE; }
p { color: rgb(220,172,206); }
H1.HeaderClassName
{
color: #DCACCE;
}
.AnyTagClassName
{
color: #DCACCE;
}
</style>
background-color css
<style>
a { background-color: #DCACCE; }
a { background-color: rgb(220,172,206); }
div.DivClassName
{
background-color: #DCACCE;
}
.BgClassName
{
background-color: #DCACCE;
}
</style>
border-color css
<style>
span { border-color: #DCACCE; }
span { border-color: rgb(220,172,206); }
td.TdClassName
{
border-color: #DCACCE;
}
.TagClassName
{
border-color: #DCACCE;
}
</style>