#CE91BE

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

Shades of Lily #CE91BE

Tints of Lily #CE91BE

Color information

#CE91BE (or 0xCE91BE) is unknown color: approx Lily. HEX triplet: CE, 91 and BE. RGB value is (206,145,190). Sum of RGB (Red+Green+Blue) = 206+145+190=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CE91BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE91BE is #316E41. Grayscale: #A8A8A8. Windows color (decimal): -3239490 or 12489166. OLE color: 12489166.

HSL color Cylindrical-coordinate representation of color #CE91BE: hue angle of 315.74º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE91BE is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206145190-
CMYK00.300.080.19
HSL315.74º38.36%68.82%-
HSV(B)315.74º29.61%80.78%-
XYZ44.8737.0953.51-
YUV168.37140.21154.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=38.08%
G=26.80%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614519000.300.080.19315.7438.3668.82
HexCE91BE01E81313c2645
Octal316221276036102347446105
Binary1100111010010001101111100111101000100111001111001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE91BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE91BE; }

 p { color: rgb(206,145,190); }

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

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

 a { background-color: rgb(206,145,190); }

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

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

 span { border-color: rgb(206,145,190); }

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