#CE94CA

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

Shades of Lilac #CE94CA

Tints of Lilac #CE94CA

Color information

#CE94CA (or 0xCE94CA) is unknown color: approx Lilac. HEX triplet: CE, 94 and CA. RGB value is (206,148,202). Sum of RGB (Red+Green+Blue) = 206+148+202=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94CA is #316B35. Grayscale: #ABABAB. Windows color (decimal): -3238710 or 13276366. OLE color: 13276366.

HSL color Cylindrical-coordinate representation of color #CE94CA: hue angle of 304.14º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE94CA is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB206148202-
CMYK00.280.020.19
HSL304.14º37.18%69.41%-
HSV(B)304.14º28.16%80.78%-
XYZ46.738.5760.86-
YUV171.5145.22152.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 148 (58.20% from 255) = 26.62%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=37.05%
G=26.62%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614820200.280.020.19304.1437.1869.41
HexCE94CA01C2131302545
Octal31622431203422346045105
Binary11001110100101001100101001110010100111001100001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE94CA; }

 p { color: rgb(206,148,202); }

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

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

 a { background-color: rgb(206,148,202); }

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

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

 span { border-color: rgb(206,148,202); }

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