#ce96b7

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

Shades of Lily #CE96B7

Tints of Lily #CE96B7

Color information

#CE96B7 (or 0xCE96B7) is unknown color: approx Lily. HEX triplet: CE, 96 and B7. RGB value is (206,150,183). Sum of RGB (Red+Green+Blue) = 206+150+183=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96B7 is #316948. Grayscale: #AAAAAA. Windows color (decimal): -3238217 or 12031694. OLE color: 12031694.

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

Color convert

RGB206150183-
CMYK00.270.110.19
HSL324.64º36.36%69.8%-
HSV(B)324.64º27.18%80.78%-
XYZ44.9138.3549.84-
YUV170.51135.05153.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 183 (71.88% from 255) = 33.95%
R=38.22%
G=27.83%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615018300.270.110.19324.6436.3669.8
HexCE96B701BB131452446
Octal316226267033132350544106
Binary1100111010010110101101110110111011100111010001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce96b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce96b7; }

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

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

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

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

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

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

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

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