#CE9ACE

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

Shades of Lilac #CE9ACE

Tints of Lilac #CE9ACE

Color information

#CE9ACE (or 0xCE9ACE) is unknown color: approx Lilac. HEX triplet: CE, 9A and CE. RGB value is (206,154,206). Sum of RGB (Red+Green+Blue) = 206+154+206=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ACE is #316531. Grayscale: #AFAFAF. Windows color (decimal): -3237170 or 13540046. OLE color: 13540046.

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

Color convert

RGB206154206-
CMYK00.2500.19
HSL300º34.67%70.59%-
HSV(B)300º25.24%80.78%-
XYZ48.1540.6963.71-
YUV175.48145.23149.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.40%
GREEN value IS 154 (60.55% from 255) = 27.21%
BLUE value IS 206 (80.86% from 255) = 36.40%
R=36.40%
G=27.21%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615420600.2500.1930034.6770.59
HexCE9ACE01901312c2347
Octal31623231603102345443107
Binary1100111010011010110011100110010100111001011001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9ACE; }

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

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

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

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

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

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

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

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