Shades of French Lilac #DCC0D4
Tints of French Lilac #DCC0D4
RGB
CMYK
RGB Variations
Color information
#DCC0D4 (or 0xDCC0D4) is known color: French Lilac. HEX triplet: DC, C0 and D4. RGB value is (220,192,212). Sum of RGB (Red+Green+Blue) = 220+192+212=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0D4 is #233F2B. Grayscale: #CACACA. Windows color (decimal): -2309932 or 13943004. OLE color: 13943004.
HSL color Cylindrical-coordinate representation of color #DCC0D4: hue angle of 317.14º 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 #DCC0D4 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 212 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.14 |
| HSL | 317.14º | 0.29% | 0.81% | - |
| HSV(B) | 317.14º | 0.13% | 0.86% | - |
| XYZ | 60.25 | 57.67 | 70.24 | - |
| YUV | 202.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 212 | 0 | 0.13 | 0.04 | 0.14 | 317.14 | 0.29 | 0.81 |
| Hex | DC | C0 | D4 | 0 | D | 4 | E | 13D | 1D | 51 |
| Octal | 334 | 300 | 324 | 0 | 15 | 4 | 16 | 475 | 35 | 121 |
| Binary | 11011100 | 11000000 | 11010100 | 0 | 1101 | 100 | 1110 | 100111101 | 11101 | 1010001 |
Color Harmonies of #DCC0D4
Complementary color
Monochromatic Colors of #DCC0D4
Black with #DCC0D4
Text Example
Text Example
White with #DCC0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0D4; }
p { color: rgb(220,192,212); }
H1.HeaderClassName
{
color: #DCC0D4;
}
.AnyTagClassName
{
color: #DCC0D4;
}
</style>
background-color css
<style>
a { background-color: #DCC0D4; }
a { background-color: rgb(220,192,212); }
div.DivClassName
{
background-color: #DCC0D4;
}
.BgClassName
{
background-color: #DCC0D4;
}
</style>
border-color css
<style>
span { border-color: #DCC0D4; }
span { border-color: rgb(220,192,212); }
td.TdClassName
{
border-color: #DCC0D4;
}
.TagClassName
{
border-color: #DCC0D4;
}
</style>