#CE97BA

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

Shades of Lily #CE97BA

Tints of Lily #CE97BA

Color information

#CE97BA (or 0xCE97BA) is unknown color: approx Lily. HEX triplet: CE, 97 and BA. RGB value is (206,151,186). Sum of RGB (Red+Green+Blue) = 206+151+186=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CE97BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE97BA is #316845. Grayscale: #ABABAB. Windows color (decimal): -3237958 or 12228558. OLE color: 12228558.

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

Color convert

RGB206151186-
CMYK00.270.100.19
HSL321.82º35.95%70%-
HSV(B)321.82º26.7%80.78%-
XYZ45.3838.851.55-
YUV171.44136.22152.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.94%
GREEN value IS 151 (59.38% from 255) = 27.81%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=37.94%
G=27.81%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615118600.270.100.19321.8235.9570
HexCE97BA01BA131422446
Octal316227272033122350244106
Binary1100111010010111101110100110111010100111010000101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97BA; }

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

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

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

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

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

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

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

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