#CF84AE

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

Shades of Lily #CF84AE

Tints of Lily #CF84AE

Color information

#CF84AE (or 0xCF84AE) is unknown color: approx Lily. HEX triplet: CF, 84 and AE. RGB value is (207,132,174). Sum of RGB (Red+Green+Blue) = 207+132+174=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF84AE is #307B51. Grayscale: #9F9F9F. Windows color (decimal): -3177298 or 11437263. OLE color: 11437263.

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

Color convert

RGB207132174-
CMYK00.360.160.19
HSL326.4º43.86%66.47%-
HSV(B)326.4º36.23%81.18%-
XYZ41.6232.8244.19-
YUV159.21136.35162.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=40.35%
G=25.73%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713217400.360.160.19326.443.8666.47
HexCF84AE02410131462c42
Octal317204256044202350654102
Binary110011111000010010101110010010010000100111010001101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF84AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF84AE; }

 p { color: rgb(207,132,174); }

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

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

 a { background-color: rgb(207,132,174); }

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

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

 span { border-color: rgb(207,132,174); }

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