Shades of French Lilac #DCC2D5
Tints of French Lilac #DCC2D5
RGB
CMYK
RGB Variations
Color information
#DCC2D5 (or 0xDCC2D5) is known color: French Lilac. HEX triplet: DC, C2 and D5. RGB value is (220,194,213). Sum of RGB (Red+Green+Blue) = 220+194+213=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2D5 is #233D2A. Grayscale: #CBCBCB. Windows color (decimal): -2309419 or 14009052. OLE color: 14009052.
HSL color Cylindrical-coordinate representation of color #DCC2D5: hue angle of 316.15º 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 #DCC2D5 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 213 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.14 |
| HSL | 316.15º | 0.27% | 0.81% | - |
| HSV(B) | 316.15º | 0.12% | 0.86% | - |
| XYZ | 60.82 | 58.6 | 71.06 | - |
| YUV | 203.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 213 | 0 | 0.12 | 0.03 | 0.14 | 316.15 | 0.27 | 0.81 |
| Hex | DC | C2 | D5 | 0 | C | 3 | E | 13C | 1B | 51 |
| Octal | 334 | 302 | 325 | 0 | 14 | 3 | 16 | 474 | 33 | 121 |
| Binary | 11011100 | 11000010 | 11010101 | 0 | 1100 | 11 | 1110 | 100111100 | 11011 | 1010001 |
Color Harmonies of #DCC2D5
Complementary color
Monochromatic Colors of #DCC2D5
Black with #DCC2D5
Text Example
Text Example
White with #DCC2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2D5; }
p { color: rgb(220,194,213); }
H1.HeaderClassName
{
color: #DCC2D5;
}
.AnyTagClassName
{
color: #DCC2D5;
}
</style>
background-color css
<style>
a { background-color: #DCC2D5; }
a { background-color: rgb(220,194,213); }
div.DivClassName
{
background-color: #DCC2D5;
}
.BgClassName
{
background-color: #DCC2D5;
}
</style>
border-color css
<style>
span { border-color: #DCC2D5; }
span { border-color: rgb(220,194,213); }
td.TdClassName
{
border-color: #DCC2D5;
}
.TagClassName
{
border-color: #DCC2D5;
}
</style>