#CE81AF

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

Shades of Lily #CE81AF

Tints of Lily #CE81AF

Color information

#CE81AF (or 0xCE81AF) is unknown color: approx Lily. HEX triplet: CE, 81 and AF. RGB value is (206,129,175). Sum of RGB (Red+Green+Blue) = 206+129+175=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE81AF is #317E50. Grayscale: #9D9D9D. Windows color (decimal): -3243601 or 11502030. OLE color: 11502030.

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

Color convert

RGB206129175-
CMYK00.370.150.19
HSL324.16º44%65.69%-
HSV(B)324.16º37.38%80.78%-
XYZ41.0431.9244.55-
YUV157.27138.01162.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 129 (50.78% from 255) = 25.29%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=40.39%
G=25.29%
B=34.31%

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
Decimal20612917500.370.150.19324.164465.69
HexCE81AF025F131442c42
Octal316201257045172350454102
Binary11001110100000011010111101001011111100111010001001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE81AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE81AF; }

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

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

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

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

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

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

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

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