#CE98D4

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

Shades of Lilac #CE98D4

Tints of Lilac #CE98D4

Color information

#CE98D4 (or 0xCE98D4) is unknown color: approx Lilac. HEX triplet: CE, 98 and D4. RGB value is (206,152,212). Sum of RGB (Red+Green+Blue) = 206+152+212=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE98D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98D4 is #31672B. Grayscale: #AEAEAE. Windows color (decimal): -3237676 or 13932750. OLE color: 13932750.

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

Color convert

RGB206152212-
CMYK0.030.2800.17
HSL294º41.1%71.37%-
HSV(B)294º28.3%83.14%-
XYZ48.5740.3367.51-
YUV174.99148.89150.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 212 (83.20% from 255) = 37.19%
R=36.14%
G=26.67%
B=37.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061522120.030.2800.1729441.171.37
HexCE98D431C0111262947
Octal31623032433402144651107
Binary11001110100110001101010011111000100011001001101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98D4; }

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

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

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

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

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

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

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

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