Shades of Lilac #D38ECD
Tints of Lilac #D38ECD
RGB
CMYK
RGB Variations
Color information
#D38ECD (or 0xD38ECD) is known color: Lilac. HEX triplet: D3, 8E and CD. RGB value is (211,142,205). Sum of RGB (Red+Green+Blue) = 211+142+205=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D38ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ECD is #2C7132. Grayscale: #A9A9A9. Windows color (decimal): -2912563 or 13471443. OLE color: 13471443.
HSL color Cylindrical-coordinate representation of color #D38ECD: hue angle of 305.22º degrees, saturation: 0.44, 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 #D38ECD is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 142 | 205 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.17 |
| HSL | 305.22º | 0.44% | 0.69% | - |
| HSV(B) | 305.22º | 0.33% | 0.83% | - |
| XYZ | 47.56 | 37.6 | 62.51 | - |
| YUV | 169.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 205 | 0 | 0.33 | 0.03 | 0.17 | 305.22 | 0.44 | 0.69 |
| Hex | D3 | 8E | CD | 0 | 21 | 3 | 11 | 131 | 2C | 45 |
| Octal | 323 | 216 | 315 | 0 | 41 | 3 | 21 | 461 | 54 | 105 |
| Binary | 11010011 | 10001110 | 11001101 | 0 | 100001 | 11 | 10001 | 100110001 | 101100 | 1000101 |
Color Harmonies of #D38ECD
Complementary color
Monochromatic Colors of #D38ECD
Black with #D38ECD
Text Example
Text Example
White with #D38ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38ECD; }
p { color: rgb(211,142,205); }
H1.HeaderClassName
{
color: #D38ECD;
}
.AnyTagClassName
{
color: #D38ECD;
}
</style>
background-color css
<style>
a { background-color: #D38ECD; }
a { background-color: rgb(211,142,205); }
div.DivClassName
{
background-color: #D38ECD;
}
.BgClassName
{
background-color: #D38ECD;
}
</style>
border-color css
<style>
span { border-color: #D38ECD; }
span { border-color: rgb(211,142,205); }
td.TdClassName
{
border-color: #D38ECD;
}
.TagClassName
{
border-color: #D38ECD;
}
</style>