#CC8EBC

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

Shades of Lily #CC8EBC

Tints of Lily #CC8EBC

Color information

#CC8EBC (or 0xCC8EBC) is unknown color: approx Lily. HEX triplet: CC, 8E and BC. RGB value is (204,142,188). Sum of RGB (Red+Green+Blue) = 204+142+188=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8EBC is #337143. Grayscale: #A5A5A5. Windows color (decimal): -3371332 or 12357324. OLE color: 12357324.

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

Color convert

RGB204142188-
CMYK00.300.080.2
HSL315.48º37.8%67.84%-
HSV(B)315.48º30.39%80%-
XYZ43.6535.8152.19-
YUV165.78140.54155.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 142 (55.86% from 255) = 26.59%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=38.20%
G=26.59%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414218800.300.080.2315.4837.867.84
HexCC8EBC01E81413b2644
Octal314216274036102447346104
Binary1100110010001110101111000111101000101001001110111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8EBC; }

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

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

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

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

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

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

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

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