#CE89B1

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

Shades of Lily #CE89B1

Tints of Lily #CE89B1

Color information

#CE89B1 (or 0xCE89B1) is unknown color: approx Lily. HEX triplet: CE, 89 and B1. RGB value is (206,137,177). Sum of RGB (Red+Green+Blue) = 206+137+177=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE89B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE89B1 is #31764E. Grayscale: #A2A2A2. Windows color (decimal): -3241551 or 11635150. OLE color: 11635150.

HSL color Cylindrical-coordinate representation of color #CE89B1: hue angle of 325.22º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE89B1 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB206137177-
CMYK00.330.140.19
HSL325.22º41.32%67.25%-
HSV(B)325.22º33.5%80.78%-
XYZ42.3434.1945.96-
YUV162.19136.36159.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 137 (53.91% from 255) = 26.35%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=39.62%
G=26.35%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613717700.330.140.19325.2241.3267.25
HexCE89B1021E131452943
Octal316211261041162350551103
Binary11001110100010011011000101000011110100111010001011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE89B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE89B1; }

 p { color: rgb(206,137,177); }

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

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

 a { background-color: rgb(206,137,177); }

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

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

 span { border-color: rgb(206,137,177); }

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