#CC8EB0

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

Shades of Lily #CC8EB0

Tints of Lily #CC8EB0

Color information

#CC8EB0 (or 0xCC8EB0) is unknown color: approx Lily. HEX triplet: CC, 8E and B0. RGB value is (204,142,176). Sum of RGB (Red+Green+Blue) = 204+142+176=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8EB0 is #33714F. Grayscale: #A4A4A4. Windows color (decimal): -3371344 or 11570892. OLE color: 11570892.

HSL color Cylindrical-coordinate representation of color #CC8EB0: hue angle of 327.1º degrees, saturation: 0.38, 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 #CC8EB0 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204142176-
CMYK00.300.140.2
HSL327.1º37.8%67.84%-
HSV(B)327.1º30.39%80%-
XYZ42.4135.3245.66-
YUV164.41134.54156.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=39.08%
G=27.20%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414217600.300.140.2327.137.867.84
HexCC8EB001EE141472644
Octal314216260036162450746104
Binary1100110010001110101100000111101110101001010001111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8EB0; }

 p { color: rgb(204,142,176); }

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

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

 a { background-color: rgb(204,142,176); }

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

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

 span { border-color: rgb(204,142,176); }

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