#CEA1C6

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

Shades of Lilac #CEA1C6

Tints of Lilac #CEA1C6

Color information

#CEA1C6 (or 0xCEA1C6) is unknown color: approx Lilac. HEX triplet: CE, A1 and C6. RGB value is (206,161,198). Sum of RGB (Red+Green+Blue) = 206+161+198=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1C6 is #315E39. Grayscale: #B2B2B2. Windows color (decimal): -3235386 or 13017550. OLE color: 13017550.

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

Color convert

RGB206161198-
CMYK00.220.040.19
HSL310.67º31.47%71.96%-
HSV(B)310.67º21.84%80.78%-
XYZ48.3942.6959.12-
YUV178.67138.91147.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 161 (63.28% from 255) = 28.50%
BLUE value IS 198 (77.73% from 255) = 35.04%
R=36.46%
G=28.50%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616119800.220.040.19310.6731.4771.96
HexCEA1C60164131371f48
Octal31624130602642346737110
Binary11001110101000011100011001011010010011100110111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA1C6; }

 p { color: rgb(206,161,198); }

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

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

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

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

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

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

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