#CE96B6

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

Shades of Lily #CE96B6

Tints of Lily #CE96B6

Color information

#CE96B6 (or 0xCE96B6) is unknown color: approx Lily. HEX triplet: CE, 96 and B6. RGB value is (206,150,182). Sum of RGB (Red+Green+Blue) = 206+150+182=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96B6 is #316949. Grayscale: #AAAAAA. Windows color (decimal): -3238218 or 11966158. OLE color: 11966158.

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

Color convert

RGB206150182-
CMYK00.270.120.19
HSL325.71º36.36%69.8%-
HSV(B)325.71º27.18%80.78%-
XYZ44.838.3149.29-
YUV170.39134.55153.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 182 (71.48% from 255) = 33.83%
R=38.29%
G=27.88%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615018200.270.120.19325.7136.3669.8
HexCE96B601BC131462446
Octal316226266033142350644106
Binary1100111010010110101101100110111100100111010001101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE96B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE96B6; }

 p { color: rgb(206,150,182); }

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

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

 a { background-color: rgb(206,150,182); }

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

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

 span { border-color: rgb(206,150,182); }

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