Shades of French Lilac #DCB4DA
Tints of French Lilac #DCB4DA
RGB
CMYK
RGB Variations
Color information
#DCB4DA (or 0xDCB4DA) is known color: French Lilac. HEX triplet: DC, B4 and DA. RGB value is (220,180,218). Sum of RGB (Red+Green+Blue) = 220+180+218=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4DA is #234B25. Grayscale: #C4C4C4. Windows color (decimal): -2312998 or 14333148. OLE color: 14333148.
HSL color Cylindrical-coordinate representation of color #DCB4DA: hue angle of 303º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB4DA is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 218 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.14 |
| HSL | 303º | 0.36% | 0.78% | - |
| HSV(B) | 303º | 0.18% | 0.86% | - |
| XYZ | 58.49 | 52.92 | 73.46 | - |
| YUV | 196.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 218 | 0 | 0.18 | 0.01 | 0.14 | 303 | 0.36 | 0.78 |
| Hex | DC | B4 | DA | 0 | 12 | 1 | E | 12F | 24 | 4E |
| Octal | 334 | 264 | 332 | 0 | 22 | 1 | 16 | 457 | 44 | 116 |
| Binary | 11011100 | 10110100 | 11011010 | 0 | 10010 | 1 | 1110 | 100101111 | 100100 | 1001110 |
Color Harmonies of #DCB4DA
Complementary color
Monochromatic Colors of #DCB4DA
Black with #DCB4DA
Text Example
Text Example
White with #DCB4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4DA; }
p { color: rgb(220,180,218); }
H1.HeaderClassName
{
color: #DCB4DA;
}
.AnyTagClassName
{
color: #DCB4DA;
}
</style>
background-color css
<style>
a { background-color: #DCB4DA; }
a { background-color: rgb(220,180,218); }
div.DivClassName
{
background-color: #DCB4DA;
}
.BgClassName
{
background-color: #DCB4DA;
}
</style>
border-color css
<style>
span { border-color: #DCB4DA; }
span { border-color: rgb(220,180,218); }
td.TdClassName
{
border-color: #DCB4DA;
}
.TagClassName
{
border-color: #DCB4DA;
}
</style>