#CEA0C6

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

Shades of Lilac #CEA0C6

Tints of Lilac #CEA0C6

Color information

#CEA0C6 (or 0xCEA0C6) is unknown color: approx Lilac. HEX triplet: CE, A0 and C6. RGB value is (206,160,198). Sum of RGB (Red+Green+Blue) = 206+160+198=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0C6 is #315F39. Grayscale: #B1B1B1. Windows color (decimal): -3235642 or 13017294. OLE color: 13017294.

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

Color convert

RGB206160198-
CMYK00.220.040.19
HSL310.43º31.94%71.76%-
HSV(B)310.43º22.33%80.78%-
XYZ48.2242.3459.06-
YUV178.09139.24147.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.52%
GREEN value IS 160 (62.89% from 255) = 28.37%
BLUE value IS 198 (77.73% from 255) = 35.11%
R=36.52%
G=28.37%
B=35.11%

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
Decimal20616019800.220.040.19310.4331.9471.76
HexCEA0C60164131362048
Octal31624030602642346640110
Binary110011101010000011000110010110100100111001101101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA0C6; }

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

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

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

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

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

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

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

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