#CE9FCE

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

Shades of Lilac #CE9FCE

Tints of Lilac #CE9FCE

Color information

#CE9FCE (or 0xCE9FCE) is unknown color: approx Lilac. HEX triplet: CE, 9F and CE. RGB value is (206,159,206). Sum of RGB (Red+Green+Blue) = 206+159+206=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FCE is #316031. Grayscale: #B2B2B2. Windows color (decimal): -3235890 or 13541326. OLE color: 13541326.

HSL color Cylindrical-coordinate representation of color #CE9FCE: hue angle of 300º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9FCE is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB206159206-
CMYK00.2300.19
HSL300º32.41%71.57%-
HSV(B)300º22.82%80.78%-
XYZ48.9942.3763.99-
YUV178.41143.57147.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 159 (62.5% from 255) = 27.85%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=36.08%
G=27.85%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615920600.2300.1930032.4171.57
HexCE9FCE01701312c2048
Octal31623731602702345440110
Binary1100111010011111110011100101110100111001011001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9FCE; }

 p { color: rgb(206,159,206); }

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

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

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

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

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

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

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