#CE96CD

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

Shades of Lilac #CE96CD

Tints of Lilac #CE96CD

Color information

#CE96CD (or 0xCE96CD) is unknown color: approx Lilac. HEX triplet: CE, 96 and CD. RGB value is (206,150,205). Sum of RGB (Red+Green+Blue) = 206+150+205=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96CD is #316932. Grayscale: #ACACAC. Windows color (decimal): -3238195 or 13473486. OLE color: 13473486.

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

Color convert

RGB206150205-
CMYK00.270.000.19
HSL301.07º36.36%69.8%-
HSV(B)301.07º27.18%80.78%-
XYZ47.3839.3462.85-
YUV173.01146.05151.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.72%
GREEN value IS 150 (58.98% from 255) = 26.74%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=36.72%
G=26.74%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615020500.270.000.19301.0736.3669.8
HexCE96CD01B01312d2446
Octal31622631503302345544106
Binary1100111010010110110011010110110100111001011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE96CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE96CD; }

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

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

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

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

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

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

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

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