#CE9ED3

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

Shades of Lilac #CE9ED3

Tints of Lilac #CE9ED3

Color information

#CE9ED3 (or 0xCE9ED3) is unknown color: approx Lilac. HEX triplet: CE, 9E and D3. RGB value is (206,158,211). Sum of RGB (Red+Green+Blue) = 206+158+211=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE9ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ED3 is #31612C. Grayscale: #B2B2B2. Windows color (decimal): -3236141 or 13868750. OLE color: 13868750.

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

Color convert

RGB206158211-
CMYK0.020.2500.17
HSL294.34º37.59%72.35%-
HSV(B)294.34º25.12%82.75%-
XYZ49.4442.2867.18-
YUV178.39146.4147.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.83%
GREEN value IS 158 (62.11% from 255) = 27.48%
BLUE value IS 211 (82.81% from 255) = 36.70%
R=35.83%
G=27.48%
B=36.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061582110.020.2500.17294.3437.5972.35
HexCE9ED32190111262648
Octal31623632323102144646110
Binary11001110100111101101001110110010100011001001101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9ED3; }

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

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

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

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

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

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

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

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