#CE97B1

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

Shades of Lily #CE97B1

Tints of Lily #CE97B1

Color information

#CE97B1 (or 0xCE97B1) is unknown color: approx Lily. HEX triplet: CE, 97 and B1. RGB value is (206,151,177). Sum of RGB (Red+Green+Blue) = 206+151+177=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE97B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE97B1 is #31684E. Grayscale: #AAAAAA. Windows color (decimal): -3237967 or 11638734. OLE color: 11638734.

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

Color convert

RGB206151177-
CMYK00.270.140.19
HSL331.64º35.95%70%-
HSV(B)331.64º26.7%80.78%-
XYZ44.4638.4346.67-
YUV170.41131.72153.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 177 (69.53% from 255) = 33.15%
R=38.58%
G=28.28%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615117700.270.140.19331.6435.9570
HexCE97B101BE1314c2446
Octal316227261033162351444106
Binary1100111010010111101100010110111110100111010011001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97B1; }

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

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

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

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

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

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

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

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