Shades of Lilac #D48ECE
Tints of Lilac #D48ECE
RGB
CMYK
RGB Variations
Color information
#D48ECE (or 0xD48ECE) is known color: Lilac. HEX triplet: D4, 8E and CE. RGB value is (212,142,206). Sum of RGB (Red+Green+Blue) = 212+142+206=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D48ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ECE is #2B7131. Grayscale: #AAAAAA. Windows color (decimal): -2847026 or 13536980. OLE color: 13536980.
HSL color Cylindrical-coordinate representation of color #D48ECE: hue angle of 305.14º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48ECE is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 206 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.17 |
| HSL | 305.14º | 0.45% | 0.69% | - |
| HSV(B) | 305.14º | 0.33% | 0.83% | - |
| XYZ | 47.96 | 37.8 | 63.16 | - |
| YUV | 170.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 206 | 0 | 0.33 | 0.03 | 0.17 | 305.14 | 0.45 | 0.69 |
| Hex | D4 | 8E | CE | 0 | 21 | 3 | 11 | 131 | 2D | 45 |
| Octal | 324 | 216 | 316 | 0 | 41 | 3 | 21 | 461 | 55 | 105 |
| Binary | 11010100 | 10001110 | 11001110 | 0 | 100001 | 11 | 10001 | 100110001 | 101101 | 1000101 |
Color Harmonies of #D48ECE
Complementary color
Monochromatic Colors of #D48ECE
Black with #D48ECE
Text Example
Text Example
White with #D48ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48ECE; }
p { color: rgb(212,142,206); }
H1.HeaderClassName
{
color: #D48ECE;
}
.AnyTagClassName
{
color: #D48ECE;
}
</style>
background-color css
<style>
a { background-color: #D48ECE; }
a { background-color: rgb(212,142,206); }
div.DivClassName
{
background-color: #D48ECE;
}
.BgClassName
{
background-color: #D48ECE;
}
</style>
border-color css
<style>
span { border-color: #D48ECE; }
span { border-color: rgb(212,142,206); }
td.TdClassName
{
border-color: #D48ECE;
}
.TagClassName
{
border-color: #D48ECE;
}
</style>