#D49DCE

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

Shades of Lilac #D49DCE

Tints of Lilac #D49DCE

Color information

#D49DCE (or 0xD49DCE) is unknown color: approx Lilac. HEX triplet: D4, 9D and CE. RGB value is (212,157,206). Sum of RGB (Red+Green+Blue) = 212+157+206=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DCE is #2B6231. Grayscale: #B2B2B2. Windows color (decimal): -2843186 or 13540820. OLE color: 13540820.

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

Color convert

RGB212157206-
CMYK00.260.030.17
HSL306.55º39.01%72.35%-
HSV(B)306.55º25.94%83.14%-
XYZ50.3542.5763.96-
YUV179.03143.22151.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.87%
GREEN value IS 157 (61.72% from 255) = 27.30%
BLUE value IS 206 (80.86% from 255) = 35.83%
R=36.87%
G=27.30%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215720600.260.030.17306.5539.0172.35
HexD49DCE01A3111332748
Octal32423531603232146347110
Binary11010100100111011100111001101011100011001100111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DCE; }

 p { color: rgb(212,157,206); }

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

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

 a { background-color: rgb(212,157,206); }

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

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

 span { border-color: rgb(212,157,206); }

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