#CE81AD

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

Shades of Lily #CE81AD

Tints of Lily #CE81AD

Color information

#CE81AD (or 0xCE81AD) is unknown color: approx Lily. HEX triplet: CE, 81 and AD. RGB value is (206,129,173). Sum of RGB (Red+Green+Blue) = 206+129+173=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE81AD is #317E52. Grayscale: #9C9C9C. Windows color (decimal): -3243603 or 11370958. OLE color: 11370958.

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

Color convert

RGB206129173-
CMYK00.370.160.19
HSL325.71º44%65.69%-
HSV(B)325.71º37.38%80.78%-
XYZ40.8531.8443.53-
YUV157.04137.01162.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=40.55%
G=25.39%
B=34.06%

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
Decimal20612917300.370.160.19325.714465.69
HexCE81AD02510131462c42
Octal316201255045202350654102
Binary110011101000000110101101010010110000100111010001101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE81AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE81AD; }

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

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

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

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

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

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

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

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