Shades of French Lilac #DCBED5
Tints of French Lilac #DCBED5
RGB
CMYK
RGB Variations
Color information
#DCBED5 (or 0xDCBED5) is known color: French Lilac. HEX triplet: DC, BE and D5. RGB value is (220,190,213). Sum of RGB (Red+Green+Blue) = 220+190+213=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBED5 is #23412A. Grayscale: #C9C9C9. Windows color (decimal): -2310443 or 14008028. OLE color: 14008028.
HSL color Cylindrical-coordinate representation of color #DCBED5: hue angle of 314º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBED5 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 213 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.14 |
| HSL | 314º | 0.3% | 0.8% | - |
| HSV(B) | 314º | 0.14% | 0.86% | - |
| XYZ | 59.94 | 56.85 | 70.76 | - |
| YUV | 201.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 213 | 0 | 0.14 | 0.03 | 0.14 | 314 | 0.3 | 0.8 |
| Hex | DC | BE | D5 | 0 | E | 3 | E | 13A | 1E | 50 |
| Octal | 334 | 276 | 325 | 0 | 16 | 3 | 16 | 472 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11010101 | 0 | 1110 | 11 | 1110 | 100111010 | 11110 | 1010000 |
Color Harmonies of #DCBED5
Complementary color
Monochromatic Colors of #DCBED5
Black with #DCBED5
Text Example
Text Example
White with #DCBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBED5; }
p { color: rgb(220,190,213); }
H1.HeaderClassName
{
color: #DCBED5;
}
.AnyTagClassName
{
color: #DCBED5;
}
</style>
background-color css
<style>
a { background-color: #DCBED5; }
a { background-color: rgb(220,190,213); }
div.DivClassName
{
background-color: #DCBED5;
}
.BgClassName
{
background-color: #DCBED5;
}
</style>
border-color css
<style>
span { border-color: #DCBED5; }
span { border-color: rgb(220,190,213); }
td.TdClassName
{
border-color: #DCBED5;
}
.TagClassName
{
border-color: #DCBED5;
}
</style>