#CC88BD

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

Shades of Lily #CC88BD

Tints of Lily #CC88BD

Color information

#CC88BD (or 0xCC88BD) is unknown color: approx Lily. HEX triplet: CC, 88 and BD. RGB value is (204,136,189). Sum of RGB (Red+Green+Blue) = 204+136+189=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC88BD is #337742. Grayscale: #A2A2A2. Windows color (decimal): -3372867 or 12421324. OLE color: 12421324.

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

Color convert

RGB204136189-
CMYK00.330.070.2
HSL313.24º40%66.67%-
HSV(B)313.24º33.33%80%-
XYZ42.8934.1252.47-
YUV162.37143.03157.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 136 (53.52% from 255) = 25.71%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=38.56%
G=25.71%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413618900.330.070.2313.244066.67
HexCC88BD0217141392843
Octal31421027504172447150103
Binary1100110010001000101111010100001111101001001110011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC88BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC88BD; }

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

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

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

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

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

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

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

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