#CE80BB

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

Shades of Lily #CE80BB

Tints of Lily #CE80BB

Color information

#CE80BB (or 0xCE80BB) is unknown color: approx Lily. HEX triplet: CE, 80 and BB. RGB value is (206,128,187). Sum of RGB (Red+Green+Blue) = 206+128+187=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80BB is #317F44. Grayscale: #9D9D9D. Windows color (decimal): -3243845 or 12288206. OLE color: 12288206.

HSL color Cylindrical-coordinate representation of color #CE80BB: hue angle of 314.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE80BB is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB206128187-
CMYK00.380.090.19
HSL314.62º44.32%65.49%-
HSV(B)314.62º37.86%80.78%-
XYZ42.1432.1551-
YUV158.05144.34162.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 128 (50.39% from 255) = 24.57%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=39.54%
G=24.57%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612818700.380.090.19314.6244.3265.49
HexCE80BB02691313b2c41
Octal316200273046112347354101
Binary11001110100000001011101101001101001100111001110111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE80BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE80BB; }

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

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

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

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

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

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

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

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