Shades of French Lilac #DCC1D8
Tints of French Lilac #DCC1D8
RGB
CMYK
RGB Variations
Color information
#DCC1D8 (or 0xDCC1D8) is known color: French Lilac. HEX triplet: DC, C1 and D8. RGB value is (220,193,216). Sum of RGB (Red+Green+Blue) = 220+193+216=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1D8 is #233E27. Grayscale: #CBCBCB. Windows color (decimal): -2309672 or 14205404. OLE color: 14205404.
HSL color Cylindrical-coordinate representation of color #DCC1D8: hue angle of 308.89º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC1D8 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 216 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.14 |
| HSL | 308.89º | 0.28% | 0.81% | - |
| HSV(B) | 308.89º | 0.12% | 0.86% | - |
| XYZ | 60.98 | 58.31 | 73.01 | - |
| YUV | 203.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 216 | 0 | 0.12 | 0.02 | 0.14 | 308.89 | 0.28 | 0.81 |
| Hex | DC | C1 | D8 | 0 | C | 2 | E | 135 | 1C | 51 |
| Octal | 334 | 301 | 330 | 0 | 14 | 2 | 16 | 465 | 34 | 121 |
| Binary | 11011100 | 11000001 | 11011000 | 0 | 1100 | 10 | 1110 | 100110101 | 11100 | 1010001 |
Color Harmonies of #DCC1D8
Complementary color
Monochromatic Colors of #DCC1D8
Black with #DCC1D8
Text Example
Text Example
White with #DCC1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1D8; }
p { color: rgb(220,193,216); }
H1.HeaderClassName
{
color: #DCC1D8;
}
.AnyTagClassName
{
color: #DCC1D8;
}
</style>
background-color css
<style>
a { background-color: #DCC1D8; }
a { background-color: rgb(220,193,216); }
div.DivClassName
{
background-color: #DCC1D8;
}
.BgClassName
{
background-color: #DCC1D8;
}
</style>
border-color css
<style>
span { border-color: #DCC1D8; }
span { border-color: rgb(220,193,216); }
td.TdClassName
{
border-color: #DCC1D8;
}
.TagClassName
{
border-color: #DCC1D8;
}
</style>