#CE9AD0

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

Shades of Lilac #CE9AD0

Tints of Lilac #CE9AD0

Color information

#CE9AD0 (or 0xCE9AD0) is unknown color: approx Lilac. HEX triplet: CE, 9A and D0. RGB value is (206,154,208). Sum of RGB (Red+Green+Blue) = 206+154+208=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE9AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9AD0 is #31652F. Grayscale: #AFAFAF. Windows color (decimal): -3237168 or 13671118. OLE color: 13671118.

HSL color Cylindrical-coordinate representation of color #CE9AD0: hue angle of 297.78º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE9AD0 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206154208-
CMYK0.010.2600.18
HSL297.78º36.49%70.98%-
HSV(B)297.78º25.96%81.57%-
XYZ48.3940.7965-
YUV175.7146.23149.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.27%
GREEN value IS 154 (60.55% from 255) = 27.11%
BLUE value IS 208 (81.64% from 255) = 36.62%
R=36.27%
G=27.11%
B=36.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061542080.010.2600.18297.7836.4970.98
HexCE9AD011A01212a2447
Octal31623232013202245244107
Binary1100111010011010110100001110100100101001010101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9AD0; }

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

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

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

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

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

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

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

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