#CE96C5

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

Shades of Lilac #CE96C5

Tints of Lilac #CE96C5

Color information

#CE96C5 (or 0xCE96C5) is unknown color: approx Lilac. HEX triplet: CE, 96 and C5. RGB value is (206,150,197). Sum of RGB (Red+Green+Blue) = 206+150+197=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96C5 is #31693A. Grayscale: #ABABAB. Windows color (decimal): -3238203 or 12949198. OLE color: 12949198.

HSL color Cylindrical-coordinate representation of color #CE96C5: hue angle of 309.64º 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 #CE96C5 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB206150197-
CMYK00.270.040.19
HSL309.64º36.36%69.8%-
HSV(B)309.64º27.18%80.78%-
XYZ46.4438.9757.9-
YUV172.1142.05152.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 150 (58.98% from 255) = 27.12%
BLUE value IS 197 (77.34% from 255) = 35.62%
R=37.25%
G=27.12%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615019700.270.040.19309.6436.3669.8
HexCE96C501B4131362446
Octal31622630503342346644106
Binary110011101001011011000101011011100100111001101101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE96C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE96C5; }

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

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

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

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

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

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

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

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