Shades of French Lilac #DCB0CE
Tints of French Lilac #DCB0CE
RGB
CMYK
RGB Variations
Color information
#DCB0CE (or 0xDCB0CE) is known color: French Lilac. HEX triplet: DC, B0 and CE. RGB value is (220,176,206). Sum of RGB (Red+Green+Blue) = 220+176+206=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0CE is #234F31. Grayscale: #C0C0C0. Windows color (decimal): -2314034 or 13545692. OLE color: 13545692.
HSL color Cylindrical-coordinate representation of color #DCB0CE: hue angle of 319.09º 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 #DCB0CE is Cyan = 0, Magento = 0.2, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 206 | - |
| CMYK | 0 | 0.2 | 0.06 | 0.14 |
| HSL | 319.09º | 0.39% | 0.78% | - |
| HSV(B) | 319.09º | 0.2% | 0.86% | - |
| XYZ | 56.18 | 50.72 | 65.22 | - |
| YUV | 192.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 206 | 0 | 0.2 | 0.06 | 0.14 | 319.09 | 0.39 | 0.78 |
| Hex | DC | B0 | CE | 0 | 14 | 6 | E | 13F | 27 | 4E |
| Octal | 334 | 260 | 316 | 0 | 24 | 6 | 16 | 477 | 47 | 116 |
| Binary | 11011100 | 10110000 | 11001110 | 0 | 10100 | 110 | 1110 | 100111111 | 100111 | 1001110 |
Color Harmonies of #DCB0CE
Complementary color
Monochromatic Colors of #DCB0CE
Black with #DCB0CE
Text Example
Text Example
White with #DCB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0CE; }
p { color: rgb(220,176,206); }
H1.HeaderClassName
{
color: #DCB0CE;
}
.AnyTagClassName
{
color: #DCB0CE;
}
</style>
background-color css
<style>
a { background-color: #DCB0CE; }
a { background-color: rgb(220,176,206); }
div.DivClassName
{
background-color: #DCB0CE;
}
.BgClassName
{
background-color: #DCB0CE;
}
</style>
border-color css
<style>
span { border-color: #DCB0CE; }
span { border-color: rgb(220,176,206); }
td.TdClassName
{
border-color: #DCB0CE;
}
.TagClassName
{
border-color: #DCB0CE;
}
</style>