#CE96AF

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

Shades of Lily #CE96AF

Tints of Lily #CE96AF

Color information

#CE96AF (or 0xCE96AF) is unknown color: approx Lily. HEX triplet: CE, 96 and AF. RGB value is (206,150,175). Sum of RGB (Red+Green+Blue) = 206+150+175=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE96AF is #316950. Grayscale: #A9A9A9. Windows color (decimal): -3238225 or 11507406. OLE color: 11507406.

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

Color convert

RGB206150175-
CMYK00.270.150.19
HSL333.21º36.36%69.8%-
HSV(B)333.21º27.18%80.78%-
XYZ44.138.0345.57-
YUV169.59131.05153.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 150 (58.98% from 255) = 28.25%
BLUE value IS 175 (68.75% from 255) = 32.96%
R=38.79%
G=28.25%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615017500.270.150.19333.2136.3669.8
HexCE96AF01BF1314d2446
Octal316226257033172351544106
Binary1100111010010110101011110110111111100111010011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE96AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE96AF; }

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

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

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

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

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

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

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

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