#CE82AD

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

Shades of Lily #CE82AD

Tints of Lily #CE82AD

Color information

#CE82AD (or 0xCE82AD) is unknown color: approx Lily. HEX triplet: CE, 82 and AD. RGB value is (206,130,173). Sum of RGB (Red+Green+Blue) = 206+130+173=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE82AD is #317D52. Grayscale: #9D9D9D. Windows color (decimal): -3243347 or 11371214. OLE color: 11371214.

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

Color convert

RGB206130173-
CMYK00.370.160.19
HSL326.05º43.68%65.88%-
HSV(B)326.05º36.89%80.78%-
XYZ40.9832.143.57-
YUV157.63136.68162.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 130 (51.17% from 255) = 25.54%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=40.47%
G=25.54%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613017300.370.160.19326.0543.6865.88
HexCE82AD02510131462c42
Octal316202255045202350654102
Binary110011101000001010101101010010110000100111010001101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE82AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE82AD; }

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

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

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

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

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

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

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

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