#CE9ED4

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

Shades of Lilac #CE9ED4

Tints of Lilac #CE9ED4

Color information

#CE9ED4 (or 0xCE9ED4) is unknown color: approx Lilac. HEX triplet: CE, 9E and D4. RGB value is (206,158,212). Sum of RGB (Red+Green+Blue) = 206+158+212=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE9ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ED4 is #31612B. Grayscale: #B2B2B2. Windows color (decimal): -3236140 or 13934286. OLE color: 13934286.

HSL color Cylindrical-coordinate representation of color #CE9ED4: hue angle of 293.33º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CE9ED4 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB206158212-
CMYK0.030.2500.17
HSL293.33º38.57%72.55%-
HSV(B)293.33º25.47%83.14%-
XYZ49.5642.3367.85-
YUV178.51146.9147.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 158 (62.11% from 255) = 27.43%
BLUE value IS 212 (83.20% from 255) = 36.81%
R=35.76%
G=27.43%
B=36.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061582120.030.2500.17293.3338.5772.55
HexCE9ED43190111252749
Octal31623632433102144547111
Binary11001110100111101101010011110010100011001001011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9ED4; }

 p { color: rgb(206,158,212); }

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

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

 a { background-color: rgb(206,158,212); }

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

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

 span { border-color: rgb(206,158,212); }

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