#D49ACB

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

Shades of Lilac #D49ACB

Tints of Lilac #D49ACB

Color information

#D49ACB (or 0xD49ACB) is unknown color: approx Lilac. HEX triplet: D4, 9A and CB. RGB value is (212,154,203). Sum of RGB (Red+Green+Blue) = 212+154+203=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 212 - color contains mainly: red. Hex color #D49ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ACB is #2B6534. Grayscale: #B0B0B0. Windows color (decimal): -2843957 or 13343444. OLE color: 13343444.

HSL color Cylindrical-coordinate representation of color #D49ACB: hue angle of 309.31º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49ACB is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB212154203-
CMYK00.270.040.17
HSL309.31º40.28%71.76%-
HSV(B)309.31º27.36%83.14%-
XYZ49.4941.4261.89-
YUV176.93142.72153.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.26%
GREEN value IS 154 (60.55% from 255) = 27.07%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=37.26%
G=27.07%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215420300.270.040.17309.3140.2871.76
HexD49ACB01B4111352848
Octal32423231303342146550110
Binary110101001001101011001011011011100100011001101011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49ACB; }

 p { color: rgb(212,154,203); }

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

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

 a { background-color: rgb(212,154,203); }

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

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

 span { border-color: rgb(212,154,203); }

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