#CE97D0

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

Shades of Lilac #CE97D0

Tints of Lilac #CE97D0

Color information

#CE97D0 (or 0xCE97D0) is unknown color: approx Lilac. HEX triplet: CE, 97 and D0. RGB value is (206,151,208). Sum of RGB (Red+Green+Blue) = 206+151+208=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE97D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE97D0 is #31682F. Grayscale: #ADADAD. Windows color (decimal): -3237936 or 13670350. OLE color: 13670350.

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

Color convert

RGB206151208-
CMYK0.010.2700.18
HSL297.89º37.75%70.39%-
HSV(B)297.89º27.4%81.57%-
XYZ47.9139.8164.83-
YUV173.94147.22150.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=36.46%
G=26.73%
B=36.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061512080.010.2700.18297.8937.7570.39
HexCE97D011B01212a2646
Octal31622732013302245246106
Binary1100111010010111110100001110110100101001010101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97D0; }

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

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

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

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

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

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

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

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