#CC8EB6

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

Shades of Lily #CC8EB6

Tints of Lily #CC8EB6

Color information

#CC8EB6 (or 0xCC8EB6) is unknown color: approx Lily. HEX triplet: CC, 8E and B6. RGB value is (204,142,182). Sum of RGB (Red+Green+Blue) = 204+142+182=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8EB6 is #337149. Grayscale: #A5A5A5. Windows color (decimal): -3371338 or 11964108. OLE color: 11964108.

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

Color convert

RGB204142182-
CMYK00.300.110.2
HSL321.29º37.8%67.84%-
HSV(B)321.29º30.39%80%-
XYZ43.0235.5648.85-
YUV165.1137.54155.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=38.64%
G=26.89%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414218200.300.110.2321.2937.867.84
HexCC8EB601EB141412644
Octal314216266036132450146104
Binary1100110010001110101101100111101011101001010000011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8EB6; }

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

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

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

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

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

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

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

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