Shades of French Lilac #DCB1DD
Tints of French Lilac #DCB1DD
RGB
CMYK
RGB Variations
Color information
#DCB1DD (or 0xDCB1DD) is known color: French Lilac. HEX triplet: DC, B1 and DD. RGB value is (220,177,221). Sum of RGB (Red+Green+Blue) = 220+177+221=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1DD is #234E22. Grayscale: #C2C2C2. Windows color (decimal): -2313763 or 14528988. OLE color: 14528988.
HSL color Cylindrical-coordinate representation of color #DCB1DD: hue angle of 298.64º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB1DD is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 177 | 221 | - |
| CMYK | 0.00 | 0.20 | 0 | 0.13 |
| HSL | 298.64º | 0.39% | 0.78% | - |
| HSV(B) | 298.64º | 0.2% | 0.87% | - |
| XYZ | 58.29 | 51.88 | 75.35 | - |
| YUV | 194.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 221 | 0.00 | 0.20 | 0 | 0.13 | 298.64 | 0.39 | 0.78 |
| Hex | DC | B1 | DD | 0 | 14 | 0 | D | 12B | 27 | 4E |
| Octal | 334 | 261 | 335 | 0 | 24 | 0 | 15 | 453 | 47 | 116 |
| Binary | 11011100 | 10110001 | 11011101 | 0 | 10100 | 0 | 1101 | 100101011 | 100111 | 1001110 |
Color Harmonies of #DCB1DD
Complementary color
Monochromatic Colors of #DCB1DD
Black with #DCB1DD
Text Example
Text Example
White with #DCB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1DD; }
p { color: rgb(220,177,221); }
H1.HeaderClassName
{
color: #DCB1DD;
}
.AnyTagClassName
{
color: #DCB1DD;
}
</style>
background-color css
<style>
a { background-color: #DCB1DD; }
a { background-color: rgb(220,177,221); }
div.DivClassName
{
background-color: #DCB1DD;
}
.BgClassName
{
background-color: #DCB1DD;
}
</style>
border-color css
<style>
span { border-color: #DCB1DD; }
span { border-color: rgb(220,177,221); }
td.TdClassName
{
border-color: #DCB1DD;
}
.TagClassName
{
border-color: #DCB1DD;
}
</style>