#CF88BB

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

Shades of Lily #CF88BB

Tints of Lily #CF88BB

Color information

#CF88BB (or 0xCF88BB) is unknown color: approx Lily. HEX triplet: CF, 88 and BB. RGB value is (207,136,187). Sum of RGB (Red+Green+Blue) = 207+136+187=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88BB is #307744. Grayscale: #A2A2A2. Windows color (decimal): -3176261 or 12290255. OLE color: 12290255.

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

Color convert

RGB207136187-
CMYK00.340.100.19
HSL316.9º42.51%67.25%-
HSV(B)316.9º34.3%81.18%-
XYZ43.5134.4651.37-
YUV163.04141.52159.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.06%
GREEN value IS 136 (53.52% from 255) = 25.66%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=39.06%
G=25.66%
B=35.28%

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
Decimal20713618700.340.100.19316.942.5167.25
HexCF88BB022A1313d2b43
Octal317210273042122347553103
Binary11001111100010001011101101000101010100111001111011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF88BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF88BB; }

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

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

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

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

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

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

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

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