#CC9EB0

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

Shades of Lily #CC9EB0

Tints of Lily #CC9EB0

Color information

#CC9EB0 (or 0xCC9EB0) is unknown color: approx Lily. HEX triplet: CC, 9E and B0. RGB value is (204,158,176). Sum of RGB (Red+Green+Blue) = 204+158+176=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9EB0 is #33614F. Grayscale: #ADADAD. Windows color (decimal): -3367248 or 11574988. OLE color: 11574988.

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

Color convert

RGB204158176-
CMYK00.230.140.2
HSL336.52º31.08%70.98%-
HSV(B)336.52º22.55%80%-
XYZ44.9740.4346.51-
YUV173.81129.24149.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 158 (62.11% from 255) = 29.37%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=37.92%
G=29.37%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415817600.230.140.2336.5231.0870.98
HexCC9EB0017E141511f47
Octal314236260027162452137107
Binary110011001001111010110000010111111010100101010001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9EB0; }

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

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

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

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

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

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

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

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