#CEA3D2

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

Shades of Lilac #CEA3D2

Tints of Lilac #CEA3D2

Color information

#CEA3D2 (or 0xCEA3D2) is unknown color: approx Lilac. HEX triplet: CE, A3 and D2. RGB value is (206,163,210). Sum of RGB (Red+Green+Blue) = 206+163+210=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 163 (64.06% from 255 or 28.15% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 210 - color contains mainly: blue. Hex color #CEA3D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA3D2 is #315C2D. Grayscale: #B5B5B5. Windows color (decimal): -3234862 or 13804494. OLE color: 13804494.

HSL color Cylindrical-coordinate representation of color #CEA3D2: hue angle of 294.89º degrees, saturation: 0.34, 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 #CEA3D2 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206163210-
CMYK0.020.2200.18
HSL294.89º34.31%73.14%-
HSV(B)294.89º22.38%82.35%-
XYZ50.1843.9766.81-
YUV181.21144.25145.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 163 (64.06% from 255) = 28.15%
BLUE value IS 210 (82.42% from 255) = 36.27%
R=35.58%
G=28.15%
B=36.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061632100.020.2200.18294.8934.3173.14
HexCEA3D22160121272249
Octal31624332222602244742111
Binary11001110101000111101001010101100100101001001111000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA3D2; }

 p { color: rgb(206,163,210); }

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

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

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

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

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

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

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