Shades of French Lilac #DCBED8
Tints of French Lilac #DCBED8
RGB
CMYK
RGB Variations
Color information
#DCBED8 (or 0xDCBED8) is known color: French Lilac. HEX triplet: DC, BE and D8. RGB value is (220,190,216). Sum of RGB (Red+Green+Blue) = 220+190+216=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBED8 is #234127. Grayscale: #C9C9C9. Windows color (decimal): -2310440 or 14204636. OLE color: 14204636.
HSL color Cylindrical-coordinate representation of color #DCBED8: hue angle of 308º 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 #DCBED8 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 216 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.14 |
| HSL | 308º | 0.3% | 0.8% | - |
| HSV(B) | 308º | 0.14% | 0.86% | - |
| XYZ | 60.32 | 57 | 72.79 | - |
| YUV | 201.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 216 | 0 | 0.14 | 0.02 | 0.14 | 308 | 0.3 | 0.8 |
| Hex | DC | BE | D8 | 0 | E | 2 | E | 134 | 1E | 50 |
| Octal | 334 | 276 | 330 | 0 | 16 | 2 | 16 | 464 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11011000 | 0 | 1110 | 10 | 1110 | 100110100 | 11110 | 1010000 |
Color Harmonies of #DCBED8
Complementary color
Monochromatic Colors of #DCBED8
Black with #DCBED8
Text Example
Text Example
White with #DCBED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBED8; }
p { color: rgb(220,190,216); }
H1.HeaderClassName
{
color: #DCBED8;
}
.AnyTagClassName
{
color: #DCBED8;
}
</style>
background-color css
<style>
a { background-color: #DCBED8; }
a { background-color: rgb(220,190,216); }
div.DivClassName
{
background-color: #DCBED8;
}
.BgClassName
{
background-color: #DCBED8;
}
</style>
border-color css
<style>
span { border-color: #DCBED8; }
span { border-color: rgb(220,190,216); }
td.TdClassName
{
border-color: #DCBED8;
}
.TagClassName
{
border-color: #DCBED8;
}
</style>