#CC9DB9

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

Shades of Lily #CC9DB9

Tints of Lily #CC9DB9

Color information

#CC9DB9 (or 0xCC9DB9) is unknown color: approx Lily. HEX triplet: CC, 9D and B9. RGB value is (204,157,185). Sum of RGB (Red+Green+Blue) = 204+157+185=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9DB9 is #336246. Grayscale: #AEAEAE. Windows color (decimal): -3367495 or 12164556. OLE color: 12164556.

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

Color convert

RGB204157185-
CMYK00.230.090.2
HSL324.26º31.54%70.78%-
HSV(B)324.26º23.04%80%-
XYZ45.7240.4551.3-
YUV174.24134.07149.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 185 (72.66% from 255) = 33.88%
R=37.36%
G=28.75%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415718500.230.090.2324.2631.5470.78
HexCC9DB90179141442047
Octal314235271027112450440107
Binary1100110010011101101110010101111001101001010001001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9DB9; }

 p { color: rgb(204,157,185); }

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

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

 a { background-color: rgb(204,157,185); }

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

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

 span { border-color: rgb(204,157,185); }

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