#CC8FBD

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

Shades of Lily #CC8FBD

Tints of Lily #CC8FBD

Color information

#CC8FBD (or 0xCC8FBD) is unknown color: approx Lily. HEX triplet: CC, 8F and BD. RGB value is (204,143,189). Sum of RGB (Red+Green+Blue) = 204+143+189=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FBD is #337042. Grayscale: #A6A6A6. Windows color (decimal): -3371075 or 12423116. OLE color: 12423116.

HSL color Cylindrical-coordinate representation of color #CC8FBD: hue angle of 314.75º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8FBD is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204143189-
CMYK00.300.070.2
HSL314.75º37.42%68.04%-
HSV(B)314.75º29.9%80%-
XYZ43.9136.1652.81-
YUV166.48140.71154.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=38.06%
G=26.68%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414318900.300.070.2314.7537.4268.04
HexCC8FBD01E71413b2544
Octal31421727503672447345104
Binary110011001000111110111101011110111101001001110111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8FBD; }

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

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

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

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

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

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

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

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