Shades of French Lilac #DCC2D8
Tints of French Lilac #DCC2D8
RGB
CMYK
RGB Variations
Color information
#DCC2D8 (or 0xDCC2D8) is known color: French Lilac. HEX triplet: DC, C2 and D8. RGB value is (220,194,216). Sum of RGB (Red+Green+Blue) = 220+194+216=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2D8 is #233D27. Grayscale: #CCCCCC. Windows color (decimal): -2309416 or 14205660. OLE color: 14205660.
HSL color Cylindrical-coordinate representation of color #DCC2D8: hue angle of 309.23º 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 #DCC2D8 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 216 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.14 |
| HSL | 309.23º | 0.27% | 0.81% | - |
| HSV(B) | 309.23º | 0.12% | 0.86% | - |
| XYZ | 61.2 | 58.76 | 73.08 | - |
| YUV | 204.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 216 | 0 | 0.12 | 0.02 | 0.14 | 309.23 | 0.27 | 0.81 |
| Hex | DC | C2 | D8 | 0 | C | 2 | E | 135 | 1B | 51 |
| Octal | 334 | 302 | 330 | 0 | 14 | 2 | 16 | 465 | 33 | 121 |
| Binary | 11011100 | 11000010 | 11011000 | 0 | 1100 | 10 | 1110 | 100110101 | 11011 | 1010001 |
Color Harmonies of #DCC2D8
Complementary color
Monochromatic Colors of #DCC2D8
Black with #DCC2D8
Text Example
Text Example
White with #DCC2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2D8; }
p { color: rgb(220,194,216); }
H1.HeaderClassName
{
color: #DCC2D8;
}
.AnyTagClassName
{
color: #DCC2D8;
}
</style>
background-color css
<style>
a { background-color: #DCC2D8; }
a { background-color: rgb(220,194,216); }
div.DivClassName
{
background-color: #DCC2D8;
}
.BgClassName
{
background-color: #DCC2D8;
}
</style>
border-color css
<style>
span { border-color: #DCC2D8; }
span { border-color: rgb(220,194,216); }
td.TdClassName
{
border-color: #DCC2D8;
}
.TagClassName
{
border-color: #DCC2D8;
}
</style>