Shades of French Lilac #DCC0D5
Tints of French Lilac #DCC0D5
RGB
CMYK
RGB Variations
Color information
#DCC0D5 (or 0xDCC0D5) is known color: French Lilac. HEX triplet: DC, C0 and D5. RGB value is (220,192,213). Sum of RGB (Red+Green+Blue) = 220+192+213=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0D5 is #233F2A. Grayscale: #CACACA. Windows color (decimal): -2309931 or 14008540. OLE color: 14008540.
HSL color Cylindrical-coordinate representation of color #DCC0D5: hue angle of 315º 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 #DCC0D5 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 213 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.14 |
| HSL | 315º | 0.29% | 0.81% | - |
| HSV(B) | 315º | 0.13% | 0.86% | - |
| XYZ | 60.38 | 57.72 | 70.91 | - |
| YUV | 202.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 213 | 0 | 0.13 | 0.03 | 0.14 | 315 | 0.29 | 0.81 |
| Hex | DC | C0 | D5 | 0 | D | 3 | E | 13B | 1D | 51 |
| Octal | 334 | 300 | 325 | 0 | 15 | 3 | 16 | 473 | 35 | 121 |
| Binary | 11011100 | 11000000 | 11010101 | 0 | 1101 | 11 | 1110 | 100111011 | 11101 | 1010001 |
Color Harmonies of #DCC0D5
Complementary color
Monochromatic Colors of #DCC0D5
Black with #DCC0D5
Text Example
Text Example
White with #DCC0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0D5; }
p { color: rgb(220,192,213); }
H1.HeaderClassName
{
color: #DCC0D5;
}
.AnyTagClassName
{
color: #DCC0D5;
}
</style>
background-color css
<style>
a { background-color: #DCC0D5; }
a { background-color: rgb(220,192,213); }
div.DivClassName
{
background-color: #DCC0D5;
}
.BgClassName
{
background-color: #DCC0D5;
}
</style>
border-color css
<style>
span { border-color: #DCC0D5; }
span { border-color: rgb(220,192,213); }
td.TdClassName
{
border-color: #DCC0D5;
}
.TagClassName
{
border-color: #DCC0D5;
}
</style>