#CE89BA

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

Shades of Lily #CE89BA

Tints of Lily #CE89BA

Color information

#CE89BA (or 0xCE89BA) is unknown color: approx Lily. HEX triplet: CE, 89 and BA. RGB value is (206,137,186). Sum of RGB (Red+Green+Blue) = 206+137+186=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE89BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE89BA is #317645. Grayscale: #A3A3A3. Windows color (decimal): -3241542 or 12224974. OLE color: 12224974.

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

Color convert

RGB206137186-
CMYK00.330.100.19
HSL317.39º41.32%67.25%-
HSV(B)317.39º33.5%80.78%-
XYZ43.2634.5650.84-
YUV163.22140.86158.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=38.94%
G=25.90%
B=35.16%

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
Decimal20613718600.330.100.19317.3941.3267.25
HexCE89BA021A1313d2943
Octal316211272041122347551103
Binary11001110100010011011101001000011010100111001111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE89BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE89BA; }

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

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

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

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

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

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

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

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