#CEA2D0

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

Shades of Lilac #CEA2D0

Tints of Lilac #CEA2D0

Color information

#CEA2D0 (or 0xCEA2D0) is unknown color: approx Lilac. HEX triplet: CE, A2 and D0. RGB value is (206,162,208). Sum of RGB (Red+Green+Blue) = 206+162+208=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEA2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2D0 is #315D2F. Grayscale: #B4B4B4. Windows color (decimal): -3235120 or 13673166. OLE color: 13673166.

HSL color Cylindrical-coordinate representation of color #CEA2D0: hue angle of 297.39º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA2D0 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206162208-
CMYK0.010.2200.18
HSL297.39º32.86%72.55%-
HSV(B)297.39º22.12%81.57%-
XYZ49.7643.5265.45-
YUV180.4143.58146.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 162 (63.67% from 255) = 28.12%
BLUE value IS 208 (81.64% from 255) = 36.11%
R=35.76%
G=28.12%
B=36.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061622080.010.2200.18297.3932.8672.55
HexCEA2D01160121292149
Octal31624232012602245141111
Binary1100111010100010110100001101100100101001010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA2D0; }

 p { color: rgb(206,162,208); }

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

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

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

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

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

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

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