#CC8DBB

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

Shades of Lily #CC8DBB

Tints of Lily #CC8DBB

Color information

#CC8DBB (or 0xCC8DBB) is unknown color: approx Lily. HEX triplet: CC, 8D and BB. RGB value is (204,141,187). Sum of RGB (Red+Green+Blue) = 204+141+187=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DBB is #337244. Grayscale: #A4A4A4. Windows color (decimal): -3371589 or 12291532. OLE color: 12291532.

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

Color convert

RGB204141187-
CMYK00.310.080.2
HSL316.19º38.18%67.65%-
HSV(B)316.19º30.88%80%-
XYZ43.435.4751.57-
YUV165.08140.37155.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 141 (55.47% from 255) = 26.50%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=38.35%
G=26.50%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414118700.310.080.2316.1938.1867.65
HexCC8DBB01F81413c2644
Octal314215273037102447446104
Binary1100110010001101101110110111111000101001001111001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8DBB; }

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

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

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

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

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

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

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

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