#CF85BB

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

Shades of Lily #CF85BB

Tints of Lily #CF85BB

Color information

#CF85BB (or 0xCF85BB) is unknown color: approx Lily. HEX triplet: CF, 85 and BB. RGB value is (207,133,187). Sum of RGB (Red+Green+Blue) = 207+133+187=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85BB is #307A44. Grayscale: #A1A1A1. Windows color (decimal): -3177029 or 12289487. OLE color: 12289487.

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

Color convert

RGB207133187-
CMYK00.360.100.19
HSL316.22º43.53%66.67%-
HSV(B)316.22º35.75%81.18%-
XYZ43.0933.6351.23-
YUV161.28142.52160.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.28%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=39.28%
G=25.24%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713318700.360.100.19316.2243.5366.67
HexCF85BB024A1313c2c43
Octal317205273044122347454103
Binary11001111100001011011101101001001010100111001111001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85BB; }

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

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

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

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

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

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

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

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