#cf86ba

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

Shades of Lily #CF86BA

Tints of Lily #CF86BA

Color information

#CF86BA (or 0xCF86BA) is unknown color: approx Lily. HEX triplet: CF, 86 and BA. RGB value is (207,134,186). Sum of RGB (Red+Green+Blue) = 207+134+186=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF86BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86BA is #307945. Grayscale: #A1A1A1. Windows color (decimal): -3176774 or 12224207. OLE color: 12224207.

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

Color convert

RGB207134186-
CMYK00.350.100.19
HSL317.26º43.2%66.86%-
HSV(B)317.26º35.27%81.18%-
XYZ43.1233.8650.72-
YUV161.76141.68160.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.28%
GREEN value IS 134 (52.73% from 255) = 25.43%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=39.28%
G=25.43%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713418600.350.100.19317.2643.266.86
HexCF86BA023A1313d2b43
Octal317206272043122347553103
Binary11001111100001101011101001000111010100111001111011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf86ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf86ba; }

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

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

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

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

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

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

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

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