#CF88BA

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

Shades of Lily #CF88BA

Tints of Lily #CF88BA

Color information

#CF88BA (or 0xCF88BA) is unknown color: approx Lily. HEX triplet: CF, 88 and BA. RGB value is (207,136,186). Sum of RGB (Red+Green+Blue) = 207+136+186=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88BA is #307745. Grayscale: #A2A2A2. Windows color (decimal): -3176262 or 12224719. OLE color: 12224719.

HSL color Cylindrical-coordinate representation of color #CF88BA: hue angle of 317.75º 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 #CF88BA is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207136186-
CMYK00.340.100.19
HSL317.75º42.51%67.25%-
HSV(B)317.75º34.3%81.18%-
XYZ43.434.4250.81-
YUV162.93141.02159.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 136 (53.52% from 255) = 25.71%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=39.13%
G=25.71%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713618600.340.100.19317.7542.5167.25
HexCF88BA022A1313e2b43
Octal317210272042122347653103
Binary11001111100010001011101001000101010100111001111101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF88BA; }

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

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

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

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

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

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

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

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