Shades of French Lilac #DCCDD8
Tints of French Lilac #DCCDD8
RGB
CMYK
RGB Variations
Color information
#DCCDD8 (or 0xDCCDD8) is known color: French Lilac. HEX triplet: DC, CD and D8. RGB value is (220,205,216). Sum of RGB (Red+Green+Blue) = 220+205+216=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDD8 is #233227. Grayscale: #D2D2D2. Windows color (decimal): -2306600 or 14208476. OLE color: 14208476.
HSL color Cylindrical-coordinate representation of color #DCCDD8: hue angle of 316º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCCDD8 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 216 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.14 |
| HSL | 316º | 0.18% | 0.83% | - |
| HSV(B) | 316º | 0.07% | 0.86% | - |
| XYZ | 63.74 | 63.84 | 73.93 | - |
| YUV | 210.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 216 | 0 | 0.07 | 0.02 | 0.14 | 316 | 0.18 | 0.83 |
| Hex | DC | CD | D8 | 0 | 7 | 2 | E | 13C | 12 | 53 |
| Octal | 334 | 315 | 330 | 0 | 7 | 2 | 16 | 474 | 22 | 123 |
| Binary | 11011100 | 11001101 | 11011000 | 0 | 111 | 10 | 1110 | 100111100 | 10010 | 1010011 |
Color Harmonies of #DCCDD8
Complementary color
Monochromatic Colors of #DCCDD8
Black with #DCCDD8
Text Example
Text Example
White with #DCCDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDD8; }
p { color: rgb(220,205,216); }
H1.HeaderClassName
{
color: #DCCDD8;
}
.AnyTagClassName
{
color: #DCCDD8;
}
</style>
background-color css
<style>
a { background-color: #DCCDD8; }
a { background-color: rgb(220,205,216); }
div.DivClassName
{
background-color: #DCCDD8;
}
.BgClassName
{
background-color: #DCCDD8;
}
</style>
border-color css
<style>
span { border-color: #DCCDD8; }
span { border-color: rgb(220,205,216); }
td.TdClassName
{
border-color: #DCCDD8;
}
.TagClassName
{
border-color: #DCCDD8;
}
</style>