#CE9DCA

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

Shades of Lilac #CE9DCA

Tints of Lilac #CE9DCA

Color information

#CE9DCA (or 0xCE9DCA) is unknown color: approx Lilac. HEX triplet: CE, 9D and CA. RGB value is (206,157,202). Sum of RGB (Red+Green+Blue) = 206+157+202=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DCA is #316235. Grayscale: #B0B0B0. Windows color (decimal): -3236406 or 13278670. OLE color: 13278670.

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

Color convert

RGB206157202-
CMYK00.240.020.19
HSL304.9º33.33%71.18%-
HSV(B)304.9º23.79%80.78%-
XYZ48.1741.561.35-
YUV176.78142.23148.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 157 (61.72% from 255) = 27.79%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=36.46%
G=27.79%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615720200.240.020.19304.933.3371.18
HexCE9DCA0182131312147
Octal31623531203022346141107
Binary11001110100111011100101001100010100111001100011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9DCA; }

 p { color: rgb(206,157,202); }

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

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

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

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

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

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

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