#CC9EB5

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

Shades of Lily #CC9EB5

Tints of Lily #CC9EB5

Color information

#CC9EB5 (or 0xCC9EB5) is unknown color: approx Lily. HEX triplet: CC, 9E and B5. RGB value is (204,158,181). Sum of RGB (Red+Green+Blue) = 204+158+181=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9EB5 is #33614A. Grayscale: #AEAEAE. Windows color (decimal): -3367243 or 11902668. OLE color: 11902668.

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

Color convert

RGB204158181-
CMYK00.230.110.2
HSL330º31.08%70.98%-
HSV(B)330º22.55%80%-
XYZ45.4740.6349.16-
YUV174.38131.74149.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 181 (71.09% from 255) = 33.33%
R=37.57%
G=29.10%
B=33.33%

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
Decimal20415818100.230.110.233031.0870.98
HexCC9EB5017B1414a1f47
Octal314236265027132451237107
Binary110011001001111010110101010111101110100101001010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9EB5; }

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

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

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

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

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

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

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

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