Shades of French Lilac #DCB2D9
Tints of French Lilac #DCB2D9
RGB
CMYK
RGB Variations
Color information
#DCB2D9 (or 0xDCB2D9) is known color: French Lilac. HEX triplet: DC, B2 and D9. RGB value is (220,178,217). Sum of RGB (Red+Green+Blue) = 220+178+217=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2D9 is #234D26. Grayscale: #C2C2C2. Windows color (decimal): -2313511 or 14267100. OLE color: 14267100.
HSL color Cylindrical-coordinate representation of color #DCB2D9: hue angle of 304.29º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB2D9 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 217 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.14 |
| HSL | 304.29º | 0.38% | 0.78% | - |
| HSV(B) | 304.29º | 0.19% | 0.86% | - |
| XYZ | 57.96 | 52.07 | 72.64 | - |
| YUV | 195 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 217 | 0 | 0.19 | 0.01 | 0.14 | 304.29 | 0.38 | 0.78 |
| Hex | DC | B2 | D9 | 0 | 13 | 1 | E | 130 | 26 | 4E |
| Octal | 334 | 262 | 331 | 0 | 23 | 1 | 16 | 460 | 46 | 116 |
| Binary | 11011100 | 10110010 | 11011001 | 0 | 10011 | 1 | 1110 | 100110000 | 100110 | 1001110 |
Color Harmonies of #DCB2D9
Complementary color
Monochromatic Colors of #DCB2D9
Black with #DCB2D9
Text Example
Text Example
White with #DCB2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2D9; }
p { color: rgb(220,178,217); }
H1.HeaderClassName
{
color: #DCB2D9;
}
.AnyTagClassName
{
color: #DCB2D9;
}
</style>
background-color css
<style>
a { background-color: #DCB2D9; }
a { background-color: rgb(220,178,217); }
div.DivClassName
{
background-color: #DCB2D9;
}
.BgClassName
{
background-color: #DCB2D9;
}
</style>
border-color css
<style>
span { border-color: #DCB2D9; }
span { border-color: rgb(220,178,217); }
td.TdClassName
{
border-color: #DCB2D9;
}
.TagClassName
{
border-color: #DCB2D9;
}
</style>