#CE8ED1

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

Shades of Lilac #CE8ED1

Tints of Lilac #CE8ED1

Color information

#CE8ED1 (or 0xCE8ED1) is unknown color: approx Lilac. HEX triplet: CE, 8E and D1. RGB value is (206,142,209). Sum of RGB (Red+Green+Blue) = 206+142+209=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE8ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8ED1 is #31712E. Grayscale: #A8A8A8. Windows color (decimal): -3240239 or 13733582. OLE color: 13733582.

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

Color convert

RGB206142209-
CMYK0.010.3200.18
HSL297.31º42.14%68.82%-
HSV(B)297.31º32.06%81.96%-
XYZ46.6437.0765.02-
YUV168.77150.7154.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 142 (55.86% from 255) = 25.49%
BLUE value IS 209 (82.03% from 255) = 37.52%
R=36.98%
G=25.49%
B=37.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061422090.010.3200.18297.3142.1468.82
HexCE8ED11200121292a45
Octal31621632114002245152105
Binary11001110100011101101000111000000100101001010011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8ED1; }

 p { color: rgb(206,142,209); }

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

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

 a { background-color: rgb(206,142,209); }

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

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

 span { border-color: rgb(206,142,209); }

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