#CE89B7

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

Shades of Lily #CE89B7

Tints of Lily #CE89B7

Color information

#CE89B7 (or 0xCE89B7) is unknown color: approx Lily. HEX triplet: CE, 89 and B7. RGB value is (206,137,183). Sum of RGB (Red+Green+Blue) = 206+137+183=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE89B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE89B7 is #317648. Grayscale: #A2A2A2. Windows color (decimal): -3241545 or 12028366. OLE color: 12028366.

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

Color convert

RGB206137183-
CMYK00.330.110.19
HSL320º41.32%67.25%-
HSV(B)320º33.5%80.78%-
XYZ42.9534.4349.18-
YUV162.87139.36158.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.16%
GREEN value IS 137 (53.91% from 255) = 26.05%
BLUE value IS 183 (71.88% from 255) = 34.79%
R=39.16%
G=26.05%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613718300.330.110.1932041.3267.25
HexCE89B7021B131402943
Octal316211267041132350051103
Binary11001110100010011011011101000011011100111010000001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE89B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE89B7; }

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

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

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

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

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

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

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

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