#CF88B1

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

Shades of Lily #CF88B1

Tints of Lily #CF88B1

Color information

#CF88B1 (or 0xCF88B1) is unknown color: approx Lily. HEX triplet: CF, 88 and B1. RGB value is (207,136,177). Sum of RGB (Red+Green+Blue) = 207+136+177=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF88B1 is #30774E. Grayscale: #A1A1A1. Windows color (decimal): -3176271 or 11634895. OLE color: 11634895.

HSL color Cylindrical-coordinate representation of color #CF88B1: hue angle of 325.35º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF88B1 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB207136177-
CMYK00.340.140.19
HSL325.35º42.51%67.25%-
HSV(B)325.35º34.3%81.18%-
XYZ42.4734.0545.93-
YUV161.9136.52160.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=39.81%
G=26.15%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713617700.340.140.19325.3542.5167.25
HexCF88B1022E131452b43
Octal317210261042162350553103
Binary11001111100010001011000101000101110100111010001011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF88B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF88B1; }

 p { color: rgb(207,136,177); }

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

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

 a { background-color: rgb(207,136,177); }

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

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

 span { border-color: rgb(207,136,177); }

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