#D58ECB

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

Shades of Lilac #D58ECB

Tints of Lilac #D58ECB

Color information

#D58ECB (or 0xD58ECB) is unknown color: approx Lilac. HEX triplet: D5, 8E and CB. RGB value is (213,142,203). Sum of RGB (Red+Green+Blue) = 213+142+203=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ECB is #2A7134. Grayscale: #AAAAAA. Windows color (decimal): -2781493 or 13340373. OLE color: 13340373.

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

Color convert

RGB213142203-
CMYK00.330.050.16
HSL308.45º45.81%69.61%-
HSV(B)308.45º33.33%83.53%-
XYZ47.8937.861.27-
YUV170.18146.52158.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 142 (55.86% from 255) = 25.45%
BLUE value IS 203 (79.69% from 255) = 36.38%
R=38.17%
G=25.45%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314220300.330.050.16308.4545.8169.61
HexD58ECB0215101342e46
Octal32521631304152046456106
Binary1101010110001110110010110100001101100001001101001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58ECB; }

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

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

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

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

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

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

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

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