#CC9DBA

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

Shades of Lily #CC9DBA

Tints of Lily #CC9DBA

Color information

#CC9DBA (or 0xCC9DBA) is unknown color: approx Lily. HEX triplet: CC, 9D and BA. RGB value is (204,157,186). Sum of RGB (Red+Green+Blue) = 204+157+186=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9DBA is #336245. Grayscale: #AEAEAE. Windows color (decimal): -3367494 or 12230092. OLE color: 12230092.

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

Color convert

RGB204157186-
CMYK00.230.090.2
HSL322.98º31.54%70.78%-
HSV(B)322.98º23.04%80%-
XYZ45.8240.551.86-
YUV174.36134.57149.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 157 (61.72% from 255) = 28.70%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=37.29%
G=28.70%
B=34.00%

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
Decimal20415718600.230.090.2322.9831.5470.78
HexCC9DBA0179141432047
Octal314235272027112450340107
Binary1100110010011101101110100101111001101001010000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9DBA; }

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

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

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

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

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

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

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

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