#CE80BA

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

Shades of Lily #CE80BA

Tints of Lily #CE80BA

Color information

#CE80BA (or 0xCE80BA) is unknown color: approx Lily. HEX triplet: CE, 80 and BA. RGB value is (206,128,186). Sum of RGB (Red+Green+Blue) = 206+128+186=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80BA is #317F45. Grayscale: #9D9D9D. Windows color (decimal): -3243846 or 12222670. OLE color: 12222670.

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

Color convert

RGB206128186-
CMYK00.380.100.19
HSL315.38º44.32%65.49%-
HSV(B)315.38º37.86%80.78%-
XYZ42.0432.1150.44-
YUV157.93143.84162.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 128 (50.39% from 255) = 24.62%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=39.62%
G=24.62%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612818600.380.100.19315.3844.3265.49
HexCE80BA026A1313b2c41
Octal316200272046122347354101
Binary11001110100000001011101001001101010100111001110111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE80BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE80BA; }

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

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

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

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

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

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

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

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