#CE97BE

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

Shades of Lily #CE97BE

Tints of Lily #CE97BE

Color information

#CE97BE (or 0xCE97BE) is unknown color: approx Lily. HEX triplet: CE, 97 and BE. RGB value is (206,151,190). Sum of RGB (Red+Green+Blue) = 206+151+190=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CE97BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE97BE is #316841. Grayscale: #ABABAB. Windows color (decimal): -3237954 or 12490702. OLE color: 12490702.

HSL color Cylindrical-coordinate representation of color #CE97BE: hue angle of 317.45º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE97BE is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206151190-
CMYK00.270.080.19
HSL317.45º35.95%70%-
HSV(B)317.45º26.7%80.78%-
XYZ45.8138.9753.82-
YUV171.89138.22152.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.66%
GREEN value IS 151 (59.38% from 255) = 27.61%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=37.66%
G=27.61%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615119000.270.080.19317.4535.9570
HexCE97BE01B81313d2446
Octal316227276033102347544106
Binary1100111010010111101111100110111000100111001111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97BE; }

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

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

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

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

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

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

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

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