#CE9BCD

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

Shades of Lilac #CE9BCD

Tints of Lilac #CE9BCD

Color information

#CE9BCD (or 0xCE9BCD) is unknown color: approx Lilac. HEX triplet: CE, 9B and CD. RGB value is (206,155,205). Sum of RGB (Red+Green+Blue) = 206+155+205=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9BCD is #316432. Grayscale: #AFAFAF. Windows color (decimal): -3236915 or 13474766. OLE color: 13474766.

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

Color convert

RGB206155205-
CMYK00.250.000.19
HSL301.18º34.23%70.78%-
HSV(B)301.18º24.76%80.78%-
XYZ48.1940.9763.13-
YUV175.95144.4149.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.40%
GREEN value IS 155 (60.94% from 255) = 27.39%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=36.40%
G=27.39%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615520500.250.000.19301.1834.2370.78
HexCE9BCD01901312d2247
Octal31623331503102345542107
Binary1100111010011011110011010110010100111001011011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9BCD; }

 p { color: rgb(206,155,205); }

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

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

 a { background-color: rgb(206,155,205); }

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

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

 span { border-color: rgb(206,155,205); }

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