Shades of French Lilac #DCACCF
Tints of French Lilac #DCACCF
RGB
CMYK
RGB Variations
Color information
#DCACCF (or 0xDCACCF) is known color: French Lilac. HEX triplet: DC, AC and CF. RGB value is (220,172,207). Sum of RGB (Red+Green+Blue) = 220+172+207=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACCF is #235330. Grayscale: #BEBEBE. Windows color (decimal): -2315057 or 13610204. OLE color: 13610204.
HSL color Cylindrical-coordinate representation of color #DCACCF: hue angle of 316.25º 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 #DCACCF is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 207 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.14 |
| HSL | 316.25º | 0.41% | 0.77% | - |
| HSV(B) | 316.25º | 0.22% | 0.86% | - |
| XYZ | 55.53 | 49.23 | 65.61 | - |
| YUV | 190.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 207 | 0 | 0.22 | 0.06 | 0.14 | 316.25 | 0.41 | 0.77 |
| Hex | DC | AC | CF | 0 | 16 | 6 | E | 13C | 29 | 4D |
| Octal | 334 | 254 | 317 | 0 | 26 | 6 | 16 | 474 | 51 | 115 |
| Binary | 11011100 | 10101100 | 11001111 | 0 | 10110 | 110 | 1110 | 100111100 | 101001 | 1001101 |
Color Harmonies of #DCACCF
Complementary color
Monochromatic Colors of #DCACCF
Black with #DCACCF
Text Example
Text Example
White with #DCACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACCF; }
p { color: rgb(220,172,207); }
H1.HeaderClassName
{
color: #DCACCF;
}
.AnyTagClassName
{
color: #DCACCF;
}
</style>
background-color css
<style>
a { background-color: #DCACCF; }
a { background-color: rgb(220,172,207); }
div.DivClassName
{
background-color: #DCACCF;
}
.BgClassName
{
background-color: #DCACCF;
}
</style>
border-color css
<style>
span { border-color: #DCACCF; }
span { border-color: rgb(220,172,207); }
td.TdClassName
{
border-color: #DCACCF;
}
.TagClassName
{
border-color: #DCACCF;
}
</style>