Shades of French Lilac #DCB0D6
Tints of French Lilac #DCB0D6
RGB
CMYK
RGB Variations
Color information
#DCB0D6 (or 0xDCB0D6) is known color: French Lilac. HEX triplet: DC, B0 and D6. RGB value is (220,176,214). Sum of RGB (Red+Green+Blue) = 220+176+214=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0D6 is #234F29. Grayscale: #C1C1C1. Windows color (decimal): -2314026 or 14069980. OLE color: 14069980.
HSL color Cylindrical-coordinate representation of color #DCB0D6: hue angle of 308.18º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB0D6 is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 214 | - |
| CMYK | 0 | 0.2 | 0.03 | 0.14 |
| HSL | 308.18º | 0.39% | 0.78% | - |
| HSV(B) | 308.18º | 0.2% | 0.86% | - |
| XYZ | 57.18 | 51.12 | 70.47 | - |
| YUV | 193.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 214 | 0 | 0.2 | 0.03 | 0.14 | 308.18 | 0.39 | 0.78 |
| Hex | DC | B0 | D6 | 0 | 14 | 3 | E | 134 | 27 | 4E |
| Octal | 334 | 260 | 326 | 0 | 24 | 3 | 16 | 464 | 47 | 116 |
| Binary | 11011100 | 10110000 | 11010110 | 0 | 10100 | 11 | 1110 | 100110100 | 100111 | 1001110 |
Color Harmonies of #DCB0D6
Complementary color
Monochromatic Colors of #DCB0D6
Black with #DCB0D6
Text Example
Text Example
White with #DCB0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0D6; }
p { color: rgb(220,176,214); }
H1.HeaderClassName
{
color: #DCB0D6;
}
.AnyTagClassName
{
color: #DCB0D6;
}
</style>
background-color css
<style>
a { background-color: #DCB0D6; }
a { background-color: rgb(220,176,214); }
div.DivClassName
{
background-color: #DCB0D6;
}
.BgClassName
{
background-color: #DCB0D6;
}
</style>
border-color css
<style>
span { border-color: #DCB0D6; }
span { border-color: rgb(220,176,214); }
td.TdClassName
{
border-color: #DCB0D6;
}
.TagClassName
{
border-color: #DCB0D6;
}
</style>