#CFA3BB

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

Shades of Lily #CFA3BB

Tints of Lily #CFA3BB

Color information

#CFA3BB (or 0xCFA3BB) is unknown color: approx Lily. HEX triplet: CF, A3 and BB. RGB value is (207,163,187). Sum of RGB (Red+Green+Blue) = 207+163+187=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3BB is #305C44. Grayscale: #B2B2B2. Windows color (decimal): -3169349 or 12297167. OLE color: 12297167.

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

Color convert

RGB207163187-
CMYK00.210.100.19
HSL327.27º31.43%72.55%-
HSV(B)327.27º21.26%81.18%-
XYZ47.843.0552.8-
YUV178.89132.58148.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.16%
GREEN value IS 163 (64.06% from 255) = 29.26%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=37.16%
G=29.26%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716318700.210.100.19327.2731.4372.55
HexCFA3BB015A131471f49
Octal317243273025122350737111
Binary110011111010001110111011010101101010011101000111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA3BB; }

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

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

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

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

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

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

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

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