#CE97BC

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

Shades of Lily #CE97BC

Tints of Lily #CE97BC

Color information

#CE97BC (or 0xCE97BC) is unknown color: approx Lily. HEX triplet: CE, 97 and BC. RGB value is (206,151,188). Sum of RGB (Red+Green+Blue) = 206+151+188=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CE97BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE97BC is #316843. Grayscale: #ABABAB. Windows color (decimal): -3237956 or 12359630. OLE color: 12359630.

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

Color convert

RGB206151188-
CMYK00.270.090.19
HSL319.64º35.95%70%-
HSV(B)319.64º26.7%80.78%-
XYZ45.638.8952.68-
YUV171.66137.22152.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 188 (73.83% from 255) = 34.50%
R=37.80%
G=27.71%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615118800.270.090.19319.6435.9570
HexCE97BC01B9131402446
Octal316227274033112350044106
Binary1100111010010111101111000110111001100111010000001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97BC; }

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

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

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

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

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

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

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

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