#D58ECE

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

Shades of Lilac #D58ECE

Tints of Lilac #D58ECE

Color information

#D58ECE (or 0xD58ECE) is unknown color: approx Lilac. HEX triplet: D5, 8E and CE. RGB value is (213,142,206). Sum of RGB (Red+Green+Blue) = 213+142+206=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ECE is #2A7131. Grayscale: #AAAAAA. Windows color (decimal): -2781490 or 13536981. OLE color: 13536981.

HSL color Cylindrical-coordinate representation of color #D58ECE: hue angle of 305.92º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58ECE is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213142206-
CMYK00.330.030.16
HSL305.92º45.81%69.61%-
HSV(B)305.92º33.33%83.53%-
XYZ48.2537.9563.17-
YUV170.52148.02158.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 142 (55.86% from 255) = 25.31%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=37.97%
G=25.31%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314220600.330.030.16305.9245.8169.61
HexD58ECE0213101322e46
Octal32521631604132046256106
Binary110101011000111011001110010000111100001001100101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58ECE; }

 p { color: rgb(213,142,206); }

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

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

 a { background-color: rgb(213,142,206); }

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

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

 span { border-color: rgb(213,142,206); }

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