#CE89AE

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

Shades of Lily #CE89AE

Tints of Lily #CE89AE

Color information

#CE89AE (or 0xCE89AE) is unknown color: approx Lily. HEX triplet: CE, 89 and AE. RGB value is (206,137,174). Sum of RGB (Red+Green+Blue) = 206+137+174=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE89AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE89AE is #317651. Grayscale: #A1A1A1. Windows color (decimal): -3241554 or 11438542. OLE color: 11438542.

HSL color Cylindrical-coordinate representation of color #CE89AE: hue angle of 327.83º 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 #CE89AE is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB206137174-
CMYK00.330.160.19
HSL327.83º41.32%67.25%-
HSV(B)327.83º33.5%80.78%-
XYZ42.0434.0744.4-
YUV161.85134.86159.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=39.85%
G=26.50%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613717400.330.160.19327.8341.3267.25
HexCE89AE02110131482943
Octal316211256041202351051103
Binary110011101000100110101110010000110000100111010010001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE89AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE89AE; }

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

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

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

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

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

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

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

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