#CC9EB6

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

Shades of Lily #CC9EB6

Tints of Lily #CC9EB6

Color information

#CC9EB6 (or 0xCC9EB6) is unknown color: approx Lily. HEX triplet: CC, 9E and B6. RGB value is (204,158,182). Sum of RGB (Red+Green+Blue) = 204+158+182=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9EB6 is #336149. Grayscale: #AEAEAE. Windows color (decimal): -3367242 or 11968204. OLE color: 11968204.

HSL color Cylindrical-coordinate representation of color #CC9EB6: hue angle of 328.7º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CC9EB6 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB204158182-
CMYK00.230.110.2
HSL328.7º31.08%70.98%-
HSV(B)328.7º22.55%80%-
XYZ45.5740.6749.7-
YUV174.49132.24149.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 182 (71.48% from 255) = 33.46%
R=37.5%
G=29.04%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415818200.230.110.2328.731.0870.98
HexCC9EB6017B141491f47
Octal314236266027132451137107
Binary110011001001111010110110010111101110100101001001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9EB6; }

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

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

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

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

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

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

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

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