#CE83AE

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

Shades of Lily #CE83AE

Tints of Lily #CE83AE

Color information

#CE83AE (or 0xCE83AE) is unknown color: approx Lily. HEX triplet: CE, 83 and AE. RGB value is (206,131,174). Sum of RGB (Red+Green+Blue) = 206+131+174=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE83AE is #317C51. Grayscale: #9E9E9E. Windows color (decimal): -3243090 or 11437006. OLE color: 11437006.

HSL color Cylindrical-coordinate representation of color #CE83AE: hue angle of 325.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE83AE is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB206131174-
CMYK00.360.160.19
HSL325.6º43.35%66.08%-
HSV(B)325.6º36.41%80.78%-
XYZ41.2132.4144.13-
YUV158.33136.85162-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.31%
GREEN value IS 131 (51.56% from 255) = 25.64%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=40.31%
G=25.64%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613117400.360.160.19325.643.3566.08
HexCE83AE02410131462b42
Octal316203256044202350653102
Binary110011101000001110101110010010010000100111010001101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE83AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE83AE; }

 p { color: rgb(206,131,174); }

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

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

 a { background-color: rgb(206,131,174); }

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

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

 span { border-color: rgb(206,131,174); }

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