#CFA1B7

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

Shades of Lily #CFA1B7

Tints of Lily #CFA1B7

Color information

#CFA1B7 (or 0xCFA1B7) is unknown color: approx Lily. HEX triplet: CF, A1 and B7. RGB value is (207,161,183). Sum of RGB (Red+Green+Blue) = 207+161+183=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1B7 is #305E48. Grayscale: #B1B1B1. Windows color (decimal): -3169865 or 12034511. OLE color: 12034511.

HSL color Cylindrical-coordinate representation of color #CFA1B7: hue angle of 331.3º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA1B7 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB207161183-
CMYK00.220.120.19
HSL331.3º32.39%72.16%-
HSV(B)331.3º22.22%81.18%-
XYZ47.0242.1750.46-
YUV177.26131.24149.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 161 (63.28% from 255) = 29.22%
BLUE value IS 183 (71.88% from 255) = 33.21%
R=37.57%
G=29.22%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716118300.220.120.19331.332.3972.16
HexCFA1B7016C1314b2048
Octal317241267026142351340110
Binary1100111110100001101101110101101100100111010010111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1B7; }

 p { color: rgb(207,161,183); }

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

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

 a { background-color: rgb(207,161,183); }

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

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

 span { border-color: rgb(207,161,183); }

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