Shades of French Lilac #DCADCF
Tints of French Lilac #DCADCF
RGB
CMYK
RGB Variations
Color information
#DCADCF (or 0xDCADCF) is known color: French Lilac. HEX triplet: DC, AD and CF. RGB value is (220,173,207). Sum of RGB (Red+Green+Blue) = 220+173+207=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADCF is #235230. Grayscale: #BEBEBE. Windows color (decimal): -2314801 or 13610460. OLE color: 13610460.
HSL color Cylindrical-coordinate representation of color #DCADCF: hue angle of 316.6º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADCF is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 207 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.14 |
| HSL | 316.6º | 0.4% | 0.77% | - |
| HSV(B) | 316.6º | 0.21% | 0.86% | - |
| XYZ | 55.72 | 49.61 | 65.67 | - |
| YUV | 190.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 207 | 0 | 0.21 | 0.06 | 0.14 | 316.6 | 0.4 | 0.77 |
| Hex | DC | AD | CF | 0 | 15 | 6 | E | 13D | 28 | 4D |
| Octal | 334 | 255 | 317 | 0 | 25 | 6 | 16 | 475 | 50 | 115 |
| Binary | 11011100 | 10101101 | 11001111 | 0 | 10101 | 110 | 1110 | 100111101 | 101000 | 1001101 |
Color Harmonies of #DCADCF
Complementary color
Monochromatic Colors of #DCADCF
Black with #DCADCF
Text Example
Text Example
White with #DCADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADCF; }
p { color: rgb(220,173,207); }
H1.HeaderClassName
{
color: #DCADCF;
}
.AnyTagClassName
{
color: #DCADCF;
}
</style>
background-color css
<style>
a { background-color: #DCADCF; }
a { background-color: rgb(220,173,207); }
div.DivClassName
{
background-color: #DCADCF;
}
.BgClassName
{
background-color: #DCADCF;
}
</style>
border-color css
<style>
span { border-color: #DCADCF; }
span { border-color: rgb(220,173,207); }
td.TdClassName
{
border-color: #DCADCF;
}
.TagClassName
{
border-color: #DCADCF;
}
</style>