#CE96BA

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

Shades of Lily #CE96BA

Tints of Lily #CE96BA

Color information

#CE96BA (or 0xCE96BA) is unknown color: approx Lily. HEX triplet: CE, 96 and BA. RGB value is (206,150,186). Sum of RGB (Red+Green+Blue) = 206+150+186=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96BA is #316945. Grayscale: #AAAAAA. Windows color (decimal): -3238214 or 12228302. OLE color: 12228302.

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

Color convert

RGB206150186-
CMYK00.270.100.19
HSL321.43º36.36%69.8%-
HSV(B)321.43º27.18%80.78%-
XYZ45.2238.4851.5-
YUV170.85136.55153.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 150 (58.98% from 255) = 27.68%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=38.01%
G=27.68%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615018600.270.100.19321.4336.3669.8
HexCE96BA01BA131412446
Octal316226272033122350144106
Binary1100111010010110101110100110111010100111010000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE96BA; }

 p { color: rgb(206,150,186); }

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

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

 a { background-color: rgb(206,150,186); }

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

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

 span { border-color: rgb(206,150,186); }

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