#CE89B0

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

Shades of Lily #CE89B0

Tints of Lily #CE89B0

Color information

#CE89B0 (or 0xCE89B0) is unknown color: approx Lily. HEX triplet: CE, 89 and B0. RGB value is (206,137,176). Sum of RGB (Red+Green+Blue) = 206+137+176=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE89B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE89B0 is #31764F. Grayscale: #A1A1A1. Windows color (decimal): -3241552 or 11569614. OLE color: 11569614.

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

Color convert

RGB206137176-
CMYK00.330.150.19
HSL326.09º41.32%67.25%-
HSV(B)326.09º33.5%80.78%-
XYZ42.2434.1545.44-
YUV162.08135.86159.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 176 (69.14% from 255) = 33.91%
R=39.69%
G=26.40%
B=33.91%

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
Decimal20613717600.330.150.19326.0941.3267.25
HexCE89B0021F131462943
Octal316211260041172350651103
Binary11001110100010011011000001000011111100111010001101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE89B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE89B0; }

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

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

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

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

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

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

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

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