#CE98D0

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

Shades of Lilac #CE98D0

Tints of Lilac #CE98D0

Color information

#CE98D0 (or 0xCE98D0) is unknown color: approx Lilac. HEX triplet: CE, 98 and D0. RGB value is (206,152,208). Sum of RGB (Red+Green+Blue) = 206+152+208=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE98D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98D0 is #31672F. Grayscale: #AEAEAE. Windows color (decimal): -3237680 or 13670606. OLE color: 13670606.

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

Color convert

RGB206152208-
CMYK0.010.2700.18
HSL297.86º37.33%70.59%-
HSV(B)297.86º26.92%81.57%-
XYZ48.0740.1364.89-
YUV174.53146.89150.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.40%
GREEN value IS 152 (59.77% from 255) = 26.86%
BLUE value IS 208 (81.64% from 255) = 36.75%
R=36.40%
G=26.86%
B=36.75%

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
Decimal2061522080.010.2700.18297.8637.3370.59
HexCE98D011B01212a2547
Octal31623032013302245245107
Binary1100111010011000110100001110110100101001010101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98D0; }

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

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

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

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

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

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

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

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