#D38ECA

Color #D38ECA Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #D38ECA

Tints of Lilac #D38ECA

Color information

#D38ECA (or 0xD38ECA) is unknown color: approx Lilac. HEX triplet: D3, 8E and CA. RGB value is (211,142,202). Sum of RGB (Red+Green+Blue) = 211+142+202=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D38ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ECA is #2C7135. Grayscale: #A9A9A9. Windows color (decimal): -2912566 or 13274835. OLE color: 13274835.

HSL color Cylindrical-coordinate representation of color #D38ECA: hue angle of 307.83º 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 #D38ECA is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB211142202-
CMYK00.330.040.17
HSL307.83º43.95%69.22%-
HSV(B)307.83º32.7%82.75%-
XYZ47.237.4660.62-
YUV169.47146.36157.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 38.02%
GREEN value IS 142 (55.86% from 255) = 25.59%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=38.02%
G=25.59%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114220200.330.040.17307.8343.9569.22
HexD38ECA0214111342c45
Octal32321631204142146454105
Binary1101001110001110110010100100001100100011001101001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38ECA; }

 p { color: rgb(211,142,202); }

 H1.HeaderClassName
 {
   color: #D38ECA;
 }
 .AnyTagClassName
 {
   color: #D38ECA;
 }
</style>
background-color css

<style>
 a { background-color: #D38ECA; }

 a { background-color: rgb(211,142,202); }

 div.DivClassName
 {
   background-color: #D38ECA;
 }
 .BgClassName
 {
   background-color: #D38ECA;
 }
</style>
border-color css

<style>
 span { border-color: #D38ECA; }

 span { border-color: rgb(211,142,202); }

 td.TdClassName
 {
   border-color: #D38ECA;
 }
 .TagClassName
 {
   border-color: #D38ECA;
 }
</style>