Shades of French Lilac #DCC6D7
Tints of French Lilac #DCC6D7
RGB
CMYK
RGB Variations
Color information
#DCC6D7 (or 0xDCC6D7) is known color: French Lilac. HEX triplet: DC, C6 and D7. RGB value is (220,198,215). Sum of RGB (Red+Green+Blue) = 220+198+215=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6D7 is #233928. Grayscale: #CECECE. Windows color (decimal): -2308393 or 14141148. OLE color: 14141148.
HSL color Cylindrical-coordinate representation of color #DCC6D7: hue angle of 313.64º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC6D7 is Cyan = 0, Magento = 0.1, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 215 | - |
| CMYK | 0 | 0.1 | 0.02 | 0.14 |
| HSL | 313.64º | 0.24% | 0.82% | - |
| HSV(B) | 313.64º | 0.1% | 0.86% | - |
| XYZ | 61.98 | 60.51 | 72.7 | - |
| YUV | 206.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 215 | 0 | 0.1 | 0.02 | 0.14 | 313.64 | 0.24 | 0.82 |
| Hex | DC | C6 | D7 | 0 | A | 2 | E | 13A | 18 | 52 |
| Octal | 334 | 306 | 327 | 0 | 12 | 2 | 16 | 472 | 30 | 122 |
| Binary | 11011100 | 11000110 | 11010111 | 0 | 1010 | 10 | 1110 | 100111010 | 11000 | 1010010 |
Color Harmonies of #DCC6D7
Complementary color
Monochromatic Colors of #DCC6D7
Black with #DCC6D7
Text Example
Text Example
White with #DCC6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6D7; }
p { color: rgb(220,198,215); }
H1.HeaderClassName
{
color: #DCC6D7;
}
.AnyTagClassName
{
color: #DCC6D7;
}
</style>
background-color css
<style>
a { background-color: #DCC6D7; }
a { background-color: rgb(220,198,215); }
div.DivClassName
{
background-color: #DCC6D7;
}
.BgClassName
{
background-color: #DCC6D7;
}
</style>
border-color css
<style>
span { border-color: #DCC6D7; }
span { border-color: rgb(220,198,215); }
td.TdClassName
{
border-color: #DCC6D7;
}
.TagClassName
{
border-color: #DCC6D7;
}
</style>