Shades of Lilac #D38ECF
Tints of Lilac #D38ECF
RGB
CMYK
RGB Variations
Color information
#D38ECF (or 0xD38ECF) is known color: Lilac. HEX triplet: D3, 8E and CF. RGB value is (211,142,207). Sum of RGB (Red+Green+Blue) = 211+142+207=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 211 - color contains mainly: red. Hex color #D38ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ECF is #2C7130. Grayscale: #A9A9A9. Windows color (decimal): -2912561 or 13602515. OLE color: 13602515.
HSL color Cylindrical-coordinate representation of color #D38ECF: hue angle of 303.48º 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 #D38ECF is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 142 | 207 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.17 |
| HSL | 303.48º | 0.44% | 0.69% | - |
| HSV(B) | 303.48º | 0.33% | 0.83% | - |
| XYZ | 47.8 | 37.7 | 63.79 | - |
| YUV | 170.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 207 | 0 | 0.33 | 0.02 | 0.17 | 303.48 | 0.44 | 0.69 |
| Hex | D3 | 8E | CF | 0 | 21 | 2 | 11 | 12F | 2C | 45 |
| Octal | 323 | 216 | 317 | 0 | 41 | 2 | 21 | 457 | 54 | 105 |
| Binary | 11010011 | 10001110 | 11001111 | 0 | 100001 | 10 | 10001 | 100101111 | 101100 | 1000101 |
Color Harmonies of #D38ECF
Complementary color
Monochromatic Colors of #D38ECF
Black with #D38ECF
Text Example
Text Example
White with #D38ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38ECF; }
p { color: rgb(211,142,207); }
H1.HeaderClassName
{
color: #D38ECF;
}
.AnyTagClassName
{
color: #D38ECF;
}
</style>
background-color css
<style>
a { background-color: #D38ECF; }
a { background-color: rgb(211,142,207); }
div.DivClassName
{
background-color: #D38ECF;
}
.BgClassName
{
background-color: #D38ECF;
}
</style>
border-color css
<style>
span { border-color: #D38ECF; }
span { border-color: rgb(211,142,207); }
td.TdClassName
{
border-color: #D38ECF;
}
.TagClassName
{
border-color: #D38ECF;
}
</style>