#D48ECD

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

Shades of Lilac #D48ECD

Tints of Lilac #D48ECD

Color information

#D48ECD (or 0xD48ECD) is unknown color: approx Lilac. HEX triplet: D4, 8E and CD. RGB value is (212,142,205). Sum of RGB (Red+Green+Blue) = 212+142+205=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D48ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ECD is #2B7132. Grayscale: #A9A9A9. Windows color (decimal): -2847027 or 13471444. OLE color: 13471444.

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

Color convert

RGB212142205-
CMYK00.330.030.17
HSL306º44.87%69.41%-
HSV(B)306º33.02%83.14%-
XYZ47.8437.7562.52-
YUV170.11147.69157.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 142 (55.86% from 255) = 25.40%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=37.92%
G=25.40%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214220500.330.030.1730644.8769.41
HexD48ECD0213111322d45
Octal32421631504132146255105
Binary110101001000111011001101010000111100011001100101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48ECD; }

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

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

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

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

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

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

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

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