#CE89BB

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

Shades of Lily #CE89BB

Tints of Lily #CE89BB

Color information

#CE89BB (or 0xCE89BB) is unknown color: approx Lily. HEX triplet: CE, 89 and BB. RGB value is (206,137,187). Sum of RGB (Red+Green+Blue) = 206+137+187=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE89BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE89BB is #317644. Grayscale: #A3A3A3. Windows color (decimal): -3241541 or 12290510. OLE color: 12290510.

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

Color convert

RGB206137187-
CMYK00.330.090.19
HSL316.52º41.32%67.25%-
HSV(B)316.52º33.5%80.78%-
XYZ43.3734.651.41-
YUV163.33141.36158.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 137 (53.91% from 255) = 25.85%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=38.87%
G=25.85%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613718700.330.090.19316.5241.3267.25
HexCE89BB02191313d2943
Octal316211273041112347551103
Binary11001110100010011011101101000011001100111001111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE89BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE89BB; }

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

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

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

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

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

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

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

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