#CC9FBD

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

Shades of Lily #CC9FBD

Tints of Lily #CC9FBD

Color information

#CC9FBD (or 0xCC9FBD) is unknown color: approx Lily. HEX triplet: CC, 9F and BD. RGB value is (204,159,189). Sum of RGB (Red+Green+Blue) = 204+159+189=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FBD is #336042. Grayscale: #AFAFAF. Windows color (decimal): -3366979 or 12427212. OLE color: 12427212.

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

Color convert

RGB204159189-
CMYK00.220.070.2
HSL320º30.61%71.18%-
HSV(B)320º22.06%80%-
XYZ46.4941.3153.67-
YUV175.88135.41148.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 159 (62.5% from 255) = 28.80%
BLUE value IS 189 (74.22% from 255) = 34.24%
R=36.96%
G=28.80%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415918900.220.070.232030.6171.18
HexCC9FBD0167141401f47
Octal31423727502672450037107
Binary11001100100111111011110101011011110100101000000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FBD; }

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

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

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

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

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

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

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

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