#CC8FAE

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

Shades of Lily #CC8FAE

Tints of Lily #CC8FAE

Color information

#CC8FAE (or 0xCC8FAE) is unknown color: approx Lily. HEX triplet: CC, 8F and AE. RGB value is (204,143,174). Sum of RGB (Red+Green+Blue) = 204+143+174=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8FAE is #337051. Grayscale: #A4A4A4. Windows color (decimal): -3371090 or 11440076. OLE color: 11440076.

HSL color Cylindrical-coordinate representation of color #CC8FAE: hue angle of 329.51º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8FAE is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204143174-
CMYK00.300.150.2
HSL329.51º37.42%68.04%-
HSV(B)329.51º29.9%80%-
XYZ42.3635.5444.67-
YUV164.77133.21155.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=39.16%
G=27.45%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414317400.300.150.2329.5137.4268.04
HexCC8FAE01EF1414a2544
Octal314217256036172451245104
Binary1100110010001111101011100111101111101001010010101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8FAE; }

 p { color: rgb(204,143,174); }

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

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

 a { background-color: rgb(204,143,174); }

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

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

 span { border-color: rgb(204,143,174); }

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