#CE9AD5

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

Shades of Lilac #CE9AD5

Tints of Lilac #CE9AD5

Color information

#CE9AD5 (or 0xCE9AD5) is unknown color: approx Lilac. HEX triplet: CE, 9A and D5. RGB value is (206,154,213). Sum of RGB (Red+Green+Blue) = 206+154+213=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE9AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9AD5 is #31652A. Grayscale: #B0B0B0. Windows color (decimal): -3237163 or 13998798. OLE color: 13998798.

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

Color convert

RGB206154213-
CMYK0.030.2800.16
HSL292.88º41.26%71.96%-
HSV(B)292.88º27.7%83.53%-
XYZ49.0241.0468.29-
YUV176.27148.73149.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 154 (60.55% from 255) = 26.88%
BLUE value IS 213 (83.59% from 255) = 37.17%
R=35.95%
G=26.88%
B=37.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061542130.030.2800.16292.8841.2671.96
HexCE9AD531C0101252948
Octal31623232533402044551110
Binary11001110100110101101010111111000100001001001011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9AD5; }

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

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

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

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

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

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

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

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