#CE9CD5

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

Shades of Lilac #CE9CD5

Tints of Lilac #CE9CD5

Color information

#CE9CD5 (or 0xCE9CD5) is unknown color: approx Lilac. HEX triplet: CE, 9C and D5. RGB value is (206,156,213). Sum of RGB (Red+Green+Blue) = 206+156+213=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE9CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CD5 is #31632A. Grayscale: #B1B1B1. Windows color (decimal): -3236651 or 13999310. OLE color: 13999310.

HSL color Cylindrical-coordinate representation of color #CE9CD5: hue angle of 292.63º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE9CD5 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206156213-
CMYK0.030.2700.16
HSL292.63º40.43%72.35%-
HSV(B)292.63º26.76%83.53%-
XYZ49.3541.768.4-
YUV177.45148.06148.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.83%
GREEN value IS 156 (61.33% from 255) = 27.13%
BLUE value IS 213 (83.59% from 255) = 37.04%
R=35.83%
G=27.13%
B=37.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061562130.030.2700.16292.6340.4372.35
HexCE9CD531B0101252848
Octal31623432533302044550110
Binary11001110100111001101010111110110100001001001011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9CD5; }

 p { color: rgb(206,156,213); }

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

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

 a { background-color: rgb(206,156,213); }

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

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

 span { border-color: rgb(206,156,213); }

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