Shades of French Lilac #DCC2D6
Tints of French Lilac #DCC2D6
RGB
CMYK
RGB Variations
Color information
#DCC2D6 (or 0xDCC2D6) is known color: French Lilac. HEX triplet: DC, C2 and D6. RGB value is (220,194,214). Sum of RGB (Red+Green+Blue) = 220+194+214=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2D6 is #233D29. Grayscale: #CBCBCB. Windows color (decimal): -2309418 or 14074588. OLE color: 14074588.
HSL color Cylindrical-coordinate representation of color #DCC2D6: hue angle of 313.85º degrees, saturation: 0.27, 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 #DCC2D6 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 214 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.14 |
| HSL | 313.85º | 0.27% | 0.81% | - |
| HSV(B) | 313.85º | 0.12% | 0.86% | - |
| XYZ | 60.94 | 58.65 | 71.73 | - |
| YUV | 204.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 214 | 0 | 0.12 | 0.03 | 0.14 | 313.85 | 0.27 | 0.81 |
| Hex | DC | C2 | D6 | 0 | C | 3 | E | 13A | 1B | 51 |
| Octal | 334 | 302 | 326 | 0 | 14 | 3 | 16 | 472 | 33 | 121 |
| Binary | 11011100 | 11000010 | 11010110 | 0 | 1100 | 11 | 1110 | 100111010 | 11011 | 1010001 |
Color Harmonies of #DCC2D6
Complementary color
Monochromatic Colors of #DCC2D6
Black with #DCC2D6
Text Example
Text Example
White with #DCC2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2D6; }
p { color: rgb(220,194,214); }
H1.HeaderClassName
{
color: #DCC2D6;
}
.AnyTagClassName
{
color: #DCC2D6;
}
</style>
background-color css
<style>
a { background-color: #DCC2D6; }
a { background-color: rgb(220,194,214); }
div.DivClassName
{
background-color: #DCC2D6;
}
.BgClassName
{
background-color: #DCC2D6;
}
</style>
border-color css
<style>
span { border-color: #DCC2D6; }
span { border-color: rgb(220,194,214); }
td.TdClassName
{
border-color: #DCC2D6;
}
.TagClassName
{
border-color: #DCC2D6;
}
</style>