#CE82AF

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

Shades of Lily #CE82AF

Tints of Lily #CE82AF

Color information

#CE82AF (or 0xCE82AF) is unknown color: approx Lily. HEX triplet: CE, 82 and AF. RGB value is (206,130,175). Sum of RGB (Red+Green+Blue) = 206+130+175=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE82AF is #317D50. Grayscale: #9D9D9D. Windows color (decimal): -3243345 or 11502286. OLE color: 11502286.

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

Color convert

RGB206130175-
CMYK00.370.150.19
HSL324.47º43.68%65.88%-
HSV(B)324.47º36.89%80.78%-
XYZ41.1732.1844.6-
YUV157.85137.68162.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.31%
GREEN value IS 130 (51.17% from 255) = 25.44%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=40.31%
G=25.44%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613017500.370.150.19324.4743.6865.88
HexCE82AF025F131442c42
Octal316202257045172350454102
Binary11001110100000101010111101001011111100111010001001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE82AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE82AF; }

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

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

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

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

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

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

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

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