#C49DBF

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

Shades of Lilac #C49DBF

Tints of Lilac #C49DBF

Color information

#C49DBF (or 0xC49DBF) is unknown color: approx Lilac. HEX triplet: C4, 9D and BF. RGB value is (196,157,191). Sum of RGB (Red+Green+Blue) = 196+157+191=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 196 - color contains mainly: red. Hex color #C49DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DBF is #3B6240. Grayscale: #ACACAC. Windows color (decimal): -3891777 or 12557764. OLE color: 12557764.

HSL color Cylindrical-coordinate representation of color #C49DBF: hue angle of 307.69º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C49DBF is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196157191-
CMYK00.200.030.23
HSL307.69º24.84%69.22%-
HSV(B)307.69º19.9%76.86%-
XYZ44.2339.6154.61-
YUV172.54138.42144.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 191 (75% from 255) = 35.11%
R=36.03%
G=28.86%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615719100.200.030.23307.6924.8469.22
HexC49DBF0143171341945
Octal30423527702432746431105
Binary1100010010011101101111110101001110111100110100110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49DBF; }

 p { color: rgb(196,157,191); }

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

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

 a { background-color: rgb(196,157,191); }

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

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

 span { border-color: rgb(196,157,191); }

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