Shades of French Lilac #DCAACF
Tints of French Lilac #DCAACF
RGB
CMYK
RGB Variations
Color information
#DCAACF (or 0xDCAACF) is known color: French Lilac. HEX triplet: DC, AA and CF. RGB value is (220,170,207). Sum of RGB (Red+Green+Blue) = 220+170+207=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAACF is #235530. Grayscale: #BDBDBD. Windows color (decimal): -2315569 or 13609692. OLE color: 13609692.
HSL color Cylindrical-coordinate representation of color #DCAACF: hue angle of 315.6º 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 #DCAACF is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 207 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.14 |
| HSL | 315.6º | 0.42% | 0.76% | - |
| HSV(B) | 315.6º | 0.23% | 0.86% | - |
| XYZ | 55.15 | 48.47 | 65.48 | - |
| YUV | 189.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 207 | 0 | 0.23 | 0.06 | 0.14 | 315.6 | 0.42 | 0.76 |
| Hex | DC | AA | CF | 0 | 17 | 6 | E | 13C | 2A | 4C |
| Octal | 334 | 252 | 317 | 0 | 27 | 6 | 16 | 474 | 52 | 114 |
| Binary | 11011100 | 10101010 | 11001111 | 0 | 10111 | 110 | 1110 | 100111100 | 101010 | 1001100 |
Color Harmonies of #DCAACF
Complementary color
Monochromatic Colors of #DCAACF
Black with #DCAACF
Text Example
Text Example
White with #DCAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAACF; }
p { color: rgb(220,170,207); }
H1.HeaderClassName
{
color: #DCAACF;
}
.AnyTagClassName
{
color: #DCAACF;
}
</style>
background-color css
<style>
a { background-color: #DCAACF; }
a { background-color: rgb(220,170,207); }
div.DivClassName
{
background-color: #DCAACF;
}
.BgClassName
{
background-color: #DCAACF;
}
</style>
border-color css
<style>
span { border-color: #DCAACF; }
span { border-color: rgb(220,170,207); }
td.TdClassName
{
border-color: #DCAACF;
}
.TagClassName
{
border-color: #DCAACF;
}
</style>