#CFA1BB

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

Shades of Lily #CFA1BB

Tints of Lily #CFA1BB

Color information

#CFA1BB (or 0xCFA1BB) is unknown color: approx Lily. HEX triplet: CF, A1 and BB. RGB value is (207,161,187). Sum of RGB (Red+Green+Blue) = 207+161+187=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1BB is #305E44. Grayscale: #B1B1B1. Windows color (decimal): -3169861 or 12296655. OLE color: 12296655.

HSL color Cylindrical-coordinate representation of color #CFA1BB: hue angle of 326.09º 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 #CFA1BB is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207161187-
CMYK00.220.100.19
HSL326.09º32.39%72.16%-
HSV(B)326.09º22.22%81.18%-
XYZ47.4542.3452.69-
YUV177.72133.24148.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=37.30%
G=29.01%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716118700.220.100.19326.0932.3972.16
HexCFA1BB016A131462048
Octal317241273026122350640110
Binary1100111110100001101110110101101010100111010001101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1BB; }

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

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

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

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

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

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

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

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