#C28EBF

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

Shades of Lilac #C28EBF

Tints of Lilac #C28EBF

Color information

#C28EBF (or 0xC28EBF) is unknown color: approx Lilac. HEX triplet: C2, 8E and BF. RGB value is (194,142,191). Sum of RGB (Red+Green+Blue) = 194+142+191=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EBF is #3D7140. Grayscale: #A2A2A2. Windows color (decimal): -4026689 or 12553922. OLE color: 12553922.

HSL color Cylindrical-coordinate representation of color #C28EBF: hue angle of 303.46º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28EBF is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194142191-
CMYK00.270.020.24
HSL303.46º29.89%65.88%-
HSV(B)303.46º26.8%76.08%-
XYZ41.3334.5853.79-
YUV163.13143.73150.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 191 (75% from 255) = 36.24%
R=36.81%
G=26.94%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414219100.270.020.24303.4629.8965.88
HexC28EBF01B21812f1e42
Octal30221627703323045736102
Binary1100001010001110101111110110111011000100101111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EBF; }

 p { color: rgb(194,142,191); }

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

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

 a { background-color: rgb(194,142,191); }

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

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

 span { border-color: rgb(194,142,191); }

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