#CE89B8

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

Shades of Lily #CE89B8

Tints of Lily #CE89B8

Color information

#CE89B8 (or 0xCE89B8) is unknown color: approx Lily. HEX triplet: CE, 89 and B8. RGB value is (206,137,184). Sum of RGB (Red+Green+Blue) = 206+137+184=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE89B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE89B8 is #317647. Grayscale: #A2A2A2. Windows color (decimal): -3241544 or 12093902. OLE color: 12093902.

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

Color convert

RGB206137184-
CMYK00.330.110.19
HSL319.13º41.32%67.25%-
HSV(B)319.13º33.5%80.78%-
XYZ43.0534.4749.73-
YUV162.99139.86158.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 137 (53.91% from 255) = 26.00%
BLUE value IS 184 (72.27% from 255) = 34.91%
R=39.09%
G=26.00%
B=34.91%

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
Decimal20613718400.330.110.19319.1341.3267.25
HexCE89B8021B1313f2943
Octal316211270041132347751103
Binary11001110100010011011100001000011011100111001111111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE89B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE89B8; }

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

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

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

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

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

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

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

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