#CC8EB7

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

Shades of Lily #CC8EB7

Tints of Lily #CC8EB7

Color information

#CC8EB7 (or 0xCC8EB7) is unknown color: approx Lily. HEX triplet: CC, 8E and B7. RGB value is (204,142,183). Sum of RGB (Red+Green+Blue) = 204+142+183=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8EB7 is #337148. Grayscale: #A5A5A5. Windows color (decimal): -3371337 or 12029644. OLE color: 12029644.

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

Color convert

RGB204142183-
CMYK00.300.100.2
HSL320.32º37.8%67.84%-
HSV(B)320.32º30.39%80%-
XYZ43.1235.649.4-
YUV165.21138.04155.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=38.56%
G=26.84%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414218300.300.100.2320.3237.867.84
HexCC8EB701EA141402644
Octal314216267036122450046104
Binary1100110010001110101101110111101010101001010000001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8EB7; }

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

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

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

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

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

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

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

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