#C88EAA

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

Shades of Lily #C88EAA

Tints of Lily #C88EAA

Color information

#C88EAA (or 0xC88EAA) is unknown color: approx Lily. HEX triplet: C8, 8E and AA. RGB value is (200,142,170). Sum of RGB (Red+Green+Blue) = 200+142+170=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C88EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88EAA is #377155. Grayscale: #A2A2A2. Windows color (decimal): -3633494 or 11177672. OLE color: 11177672.

HSL color Cylindrical-coordinate representation of color #C88EAA: hue angle of 331.03º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88EAA is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB200142170-
CMYK00.290.150.22
HSL331.03º34.52%67.06%-
HSV(B)331.03º29%78.43%-
XYZ40.7534.5342.55-
YUV162.53132.22154.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 142 (55.86% from 255) = 27.73%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=39.06%
G=27.73%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014217000.290.150.22331.0334.5267.06
HexC88EAA01DF1614b2343
Octal310216252035172651343103
Binary1100100010001110101010100111011111101101010010111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88EAA; }

 p { color: rgb(200,142,170); }

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

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

 a { background-color: rgb(200,142,170); }

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

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

 span { border-color: rgb(200,142,170); }

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