Shades of French Lilac #DCC0D6
Tints of French Lilac #DCC0D6
RGB
CMYK
RGB Variations
Color information
#DCC0D6 (or 0xDCC0D6) is known color: French Lilac. HEX triplet: DC, C0 and D6. RGB value is (220,192,214). Sum of RGB (Red+Green+Blue) = 220+192+214=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0D6 is #233F29. Grayscale: #CACACA. Windows color (decimal): -2309930 or 14074076. OLE color: 14074076.
HSL color Cylindrical-coordinate representation of color #DCC0D6: hue angle of 312.86º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCC0D6 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 214 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.14 |
| HSL | 312.86º | 0.29% | 0.81% | - |
| HSV(B) | 312.86º | 0.13% | 0.86% | - |
| XYZ | 60.5 | 57.77 | 71.58 | - |
| YUV | 202.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 214 | 0 | 0.13 | 0.03 | 0.14 | 312.86 | 0.29 | 0.81 |
| Hex | DC | C0 | D6 | 0 | D | 3 | E | 139 | 1D | 51 |
| Octal | 334 | 300 | 326 | 0 | 15 | 3 | 16 | 471 | 35 | 121 |
| Binary | 11011100 | 11000000 | 11010110 | 0 | 1101 | 11 | 1110 | 100111001 | 11101 | 1010001 |
Color Harmonies of #DCC0D6
Complementary color
Monochromatic Colors of #DCC0D6
Black with #DCC0D6
Text Example
Text Example
White with #DCC0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0D6; }
p { color: rgb(220,192,214); }
H1.HeaderClassName
{
color: #DCC0D6;
}
.AnyTagClassName
{
color: #DCC0D6;
}
</style>
background-color css
<style>
a { background-color: #DCC0D6; }
a { background-color: rgb(220,192,214); }
div.DivClassName
{
background-color: #DCC0D6;
}
.BgClassName
{
background-color: #DCC0D6;
}
</style>
border-color css
<style>
span { border-color: #DCC0D6; }
span { border-color: rgb(220,192,214); }
td.TdClassName
{
border-color: #DCC0D6;
}
.TagClassName
{
border-color: #DCC0D6;
}
</style>