#CC90BD

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

Shades of Lily #CC90BD

Tints of Lily #CC90BD

Color information

#CC90BD (or 0xCC90BD) is unknown color: approx Lily. HEX triplet: CC, 90 and BD. RGB value is (204,144,189). Sum of RGB (Red+Green+Blue) = 204+144+189=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90BD is #336F42. Grayscale: #A6A6A6. Windows color (decimal): -3370819 or 12423372. OLE color: 12423372.

HSL color Cylindrical-coordinate representation of color #CC90BD: hue angle of 315º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC90BD is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204144189-
CMYK00.290.070.2
HSL315º37.04%68.24%-
HSV(B)315º29.41%80%-
XYZ44.0636.4652.86-
YUV167.07140.38154.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 144 (56.64% from 255) = 26.82%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=37.99%
G=26.82%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414418900.290.070.231537.0468.24
HexCC90BD01D71413b2544
Octal31422027503572447345104
Binary110011001001000010111101011101111101001001110111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC90BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC90BD; }

 p { color: rgb(204,144,189); }

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

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

 a { background-color: rgb(204,144,189); }

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

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

 span { border-color: rgb(204,144,189); }

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