#CF88BF

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

Shades of Lily #CF88BF

Tints of Lily #CF88BF

Color information

#CF88BF (or 0xCF88BF) is unknown color: approx Lily. HEX triplet: CF, 88 and BF. RGB value is (207,136,191). Sum of RGB (Red+Green+Blue) = 207+136+191=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88BF is #307740. Grayscale: #A3A3A3. Windows color (decimal): -3176257 or 12552399. OLE color: 12552399.

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

Color convert

RGB207136191-
CMYK00.340.080.19
HSL313.52º42.51%67.25%-
HSV(B)313.52º34.3%81.18%-
XYZ43.9434.6453.66-
YUV163.5143.52159.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.76%
GREEN value IS 136 (53.52% from 255) = 25.47%
BLUE value IS 191 (75% from 255) = 35.77%
R=38.76%
G=25.47%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713619100.340.080.19313.5242.5167.25
HexCF88BF02281313a2b43
Octal317210277042102347253103
Binary11001111100010001011111101000101000100111001110101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF88BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF88BF; }

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

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

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

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

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

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

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

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