#CE89AF

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

Shades of Lily #CE89AF

Tints of Lily #CE89AF

Color information

#CE89AF (or 0xCE89AF) is unknown color: approx Lily. HEX triplet: CE, 89 and AF. RGB value is (206,137,175). Sum of RGB (Red+Green+Blue) = 206+137+175=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE89AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE89AF is #317650. Grayscale: #A1A1A1. Windows color (decimal): -3241553 or 11504078. OLE color: 11504078.

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

Color convert

RGB206137175-
CMYK00.330.150.19
HSL326.96º41.32%67.25%-
HSV(B)326.96º33.5%80.78%-
XYZ42.1434.1144.92-
YUV161.96135.36159.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.77%
GREEN value IS 137 (53.91% from 255) = 26.45%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=39.77%
G=26.45%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613717500.330.150.19326.9641.3267.25
HexCE89AF021F131472943
Octal316211257041172350751103
Binary11001110100010011010111101000011111100111010001111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE89AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE89AF; }

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

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

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

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

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

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

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

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