Shades of Lilac #D48ECB
Tints of Lilac #D48ECB
RGB
CMYK
RGB Variations
Color information
#D48ECB (or 0xD48ECB) is known color: Lilac. HEX triplet: D4, 8E and CB. RGB value is (212,142,203). Sum of RGB (Red+Green+Blue) = 212+142+203=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D48ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ECB is #2B7134. Grayscale: #A9A9A9. Windows color (decimal): -2847029 or 13340372. OLE color: 13340372.
HSL color Cylindrical-coordinate representation of color #D48ECB: hue angle of 307.71º 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 #D48ECB is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 203 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.17 |
| HSL | 307.71º | 0.45% | 0.69% | - |
| HSV(B) | 307.71º | 0.33% | 0.83% | - |
| XYZ | 47.6 | 37.65 | 61.26 | - |
| YUV | 169.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 203 | 0 | 0.33 | 0.04 | 0.17 | 307.71 | 0.45 | 0.69 |
| Hex | D4 | 8E | CB | 0 | 21 | 4 | 11 | 134 | 2D | 45 |
| Octal | 324 | 216 | 313 | 0 | 41 | 4 | 21 | 464 | 55 | 105 |
| Binary | 11010100 | 10001110 | 11001011 | 0 | 100001 | 100 | 10001 | 100110100 | 101101 | 1000101 |
Color Harmonies of #D48ECB
Complementary color
Monochromatic Colors of #D48ECB
Black with #D48ECB
Text Example
Text Example
White with #D48ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48ECB; }
p { color: rgb(212,142,203); }
H1.HeaderClassName
{
color: #D48ECB;
}
.AnyTagClassName
{
color: #D48ECB;
}
</style>
background-color css
<style>
a { background-color: #D48ECB; }
a { background-color: rgb(212,142,203); }
div.DivClassName
{
background-color: #D48ECB;
}
.BgClassName
{
background-color: #D48ECB;
}
</style>
border-color css
<style>
span { border-color: #D48ECB; }
span { border-color: rgb(212,142,203); }
td.TdClassName
{
border-color: #D48ECB;
}
.TagClassName
{
border-color: #D48ECB;
}
</style>