#D49ECD

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

Shades of Lilac #D49ECD

Tints of Lilac #D49ECD

Color information

#D49ECD (or 0xD49ECD) is unknown color: approx Lilac. HEX triplet: D4, 9E and CD. RGB value is (212,158,205). Sum of RGB (Red+Green+Blue) = 212+158+205=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 212 - color contains mainly: red. Hex color #D49ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ECD is #2B6132. Grayscale: #B3B3B3. Windows color (decimal): -2842931 or 13475540. OLE color: 13475540.

HSL color Cylindrical-coordinate representation of color #D49ECD: hue angle of 307.78º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49ECD is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212158205-
CMYK00.250.030.17
HSL307.78º38.57%72.55%-
HSV(B)307.78º25.47%83.14%-
XYZ50.442.8663.37-
YUV179.5142.39151.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.87%
GREEN value IS 158 (62.11% from 255) = 27.48%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=36.87%
G=27.48%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215820500.250.030.17307.7838.5772.55
HexD49ECD0193111342749
Octal32423631503132146447111
Binary11010100100111101100110101100111100011001101001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49ECD; }

 p { color: rgb(212,158,205); }

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

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

 a { background-color: rgb(212,158,205); }

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

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

 span { border-color: rgb(212,158,205); }

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