#CE82BA

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

Shades of Lily #CE82BA

Tints of Lily #CE82BA

Color information

#CE82BA (or 0xCE82BA) is unknown color: approx Lily. HEX triplet: CE, 82 and BA. RGB value is (206,130,186). Sum of RGB (Red+Green+Blue) = 206+130+186=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82BA is #317D45. Grayscale: #9E9E9E. Windows color (decimal): -3243334 or 12223182. OLE color: 12223182.

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

Color convert

RGB206130186-
CMYK00.370.100.19
HSL315.79º43.68%65.88%-
HSV(B)315.79º36.89%80.78%-
XYZ42.332.6350.52-
YUV159.11143.18161.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 130 (51.17% from 255) = 24.90%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=39.46%
G=24.90%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613018600.370.100.19315.7943.6865.88
HexCE82BA025A1313c2c42
Octal316202272045122347454102
Binary11001110100000101011101001001011010100111001111001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE82BA; }

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

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

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

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

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

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

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

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