#CC8DBA

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

Shades of Lily #CC8DBA

Tints of Lily #CC8DBA

Color information

#CC8DBA (or 0xCC8DBA) is unknown color: approx Lily. HEX triplet: CC, 8D and BA. RGB value is (204,141,186). Sum of RGB (Red+Green+Blue) = 204+141+186=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DBA is #337245. Grayscale: #A4A4A4. Windows color (decimal): -3371590 or 12225996. OLE color: 12225996.

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

Color convert

RGB204141186-
CMYK00.310.090.2
HSL317.14º38.18%67.65%-
HSV(B)317.14º30.88%80%-
XYZ43.2935.4351.01-
YUV164.97139.87155.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=38.42%
G=26.55%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414118600.310.090.2317.1438.1867.65
HexCC8DBA01F91413d2644
Octal314215272037112447546104
Binary1100110010001101101110100111111001101001001111011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8DBA; }

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

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

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

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

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

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

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

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