#CE98CC

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

Shades of Lilac #CE98CC

Tints of Lilac #CE98CC

Color information

#CE98CC (or 0xCE98CC) is unknown color: approx Lilac. HEX triplet: CE, 98 and CC. RGB value is (206,152,204). Sum of RGB (Red+Green+Blue) = 206+152+204=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98CC is #316733. Grayscale: #ADADAD. Windows color (decimal): -3237684 or 13408462. OLE color: 13408462.

HSL color Cylindrical-coordinate representation of color #CE98CC: hue angle of 302.22º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE98CC is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB206152204-
CMYK00.260.010.19
HSL302.22º35.53%70.2%-
HSV(B)302.22º26.21%80.78%-
XYZ47.5839.9462.33-
YUV174.07144.89150.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.65%
GREEN value IS 152 (59.77% from 255) = 27.05%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=36.65%
G=27.05%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615220400.260.010.19302.2235.5370.2
HexCE98CC01A11312e2446
Octal31623031403212345644106
Binary1100111010011000110011000110101100111001011101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98CC; }

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

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

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

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

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

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

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

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