#CE96CA

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

Shades of Lilac #CE96CA

Tints of Lilac #CE96CA

Color information

#CE96CA (or 0xCE96CA) is unknown color: approx Lilac. HEX triplet: CE, 96 and CA. RGB value is (206,150,202). Sum of RGB (Red+Green+Blue) = 206+150+202=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96CA is #316935. Grayscale: #ACACAC. Windows color (decimal): -3238198 or 13276878. OLE color: 13276878.

HSL color Cylindrical-coordinate representation of color #CE96CA: hue angle of 304.29º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE96CA is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB206150202-
CMYK00.270.020.19
HSL304.29º36.36%69.8%-
HSV(B)304.29º27.18%80.78%-
XYZ47.0239.260.96-
YUV172.67144.55151.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 150 (58.98% from 255) = 26.88%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=36.92%
G=26.88%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615020200.270.020.19304.2936.3669.8
HexCE96CA01B2131302446
Octal31622631203322346044106
Binary11001110100101101100101001101110100111001100001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE96CA; }

 p { color: rgb(206,150,202); }

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

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

 a { background-color: rgb(206,150,202); }

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

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

 span { border-color: rgb(206,150,202); }

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