#CF83AE

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

Shades of Lily #CF83AE

Tints of Lily #CF83AE

Color information

#CF83AE (or 0xCF83AE) is unknown color: approx Lily. HEX triplet: CF, 83 and AE. RGB value is (207,131,174). Sum of RGB (Red+Green+Blue) = 207+131+174=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF83AE is #307C51. Grayscale: #9E9E9E. Windows color (decimal): -3177554 or 11437007. OLE color: 11437007.

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

Color convert

RGB207131174-
CMYK00.370.160.19
HSL326.05º44.19%66.27%-
HSV(B)326.05º36.71%81.18%-
XYZ41.4932.5544.14-
YUV158.63136.68162.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 131 (51.56% from 255) = 25.59%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=40.43%
G=25.59%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713117400.370.160.19326.0544.1966.27
HexCF83AE02510131462c42
Octal317203256045202350654102
Binary110011111000001110101110010010110000100111010001101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF83AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF83AE; }

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

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

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

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

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

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

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

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