#CE89B9

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

Shades of Lily #CE89B9

Tints of Lily #CE89B9

Color information

#CE89B9 (or 0xCE89B9) is unknown color: approx Lily. HEX triplet: CE, 89 and B9. RGB value is (206,137,185). Sum of RGB (Red+Green+Blue) = 206+137+185=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE89B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE89B9 is #317646. Grayscale: #A2A2A2. Windows color (decimal): -3241543 or 12159438. OLE color: 12159438.

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

Color convert

RGB206137185-
CMYK00.330.100.19
HSL318.26º41.32%67.25%-
HSV(B)318.26º33.5%80.78%-
XYZ43.1634.5250.29-
YUV163.1140.36158.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 137 (53.91% from 255) = 25.95%
BLUE value IS 185 (72.66% from 255) = 35.04%
R=39.02%
G=25.95%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613718500.330.100.19318.2641.3267.25
HexCE89B9021A1313e2943
Octal316211271041122347651103
Binary11001110100010011011100101000011010100111001111101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE89B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE89B9; }

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

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

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

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

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

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

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

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