#CE80AD

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

Shades of Lily #CE80AD

Tints of Lily #CE80AD

Color information

#CE80AD (or 0xCE80AD) is unknown color: approx Lily. HEX triplet: CE, 80 and AD. RGB value is (206,128,173). Sum of RGB (Red+Green+Blue) = 206+128+173=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE80AD is #317F52. Grayscale: #9C9C9C. Windows color (decimal): -3243859 or 11370702. OLE color: 11370702.

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

Color convert

RGB206128173-
CMYK00.380.160.19
HSL325.38º44.32%65.49%-
HSV(B)325.38º37.86%80.78%-
XYZ40.7231.5843.48-
YUV156.45137.34163.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 128 (50.39% from 255) = 25.25%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=40.63%
G=25.25%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612817300.380.160.19325.3844.3265.49
HexCE80AD02610131452c41
Octal316200255046202350554101
Binary110011101000000010101101010011010000100111010001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE80AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE80AD; }

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

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

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

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

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

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

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

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