#CE8AD0

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

Shades of Lilac #CE8AD0

Tints of Lilac #CE8AD0

Color information

#CE8AD0 (or 0xCE8AD0) is unknown color: approx Lilac. HEX triplet: CE, 8A and D0. RGB value is (206,138,208). Sum of RGB (Red+Green+Blue) = 206+138+208=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE8AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8AD0 is #31752F. Grayscale: #A6A6A6. Windows color (decimal): -3241264 or 13667022. OLE color: 13667022.

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

Color convert

RGB206138208-
CMYK0.010.3400.18
HSL298.29º42.68%67.84%-
HSV(B)298.29º33.65%81.57%-
XYZ45.9335.8564.17-
YUV166.31151.53156.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.32%
GREEN value IS 138 (54.30% from 255) = 25%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=37.32%
G=25%
B=37.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061382080.010.3400.18298.2942.6867.84
HexCE8AD012201212a2b44
Octal31621232014202245253104
Binary11001110100010101101000011000100100101001010101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8AD0; }

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

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

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

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

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

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

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

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