#CFA4BB

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

Shades of Lily #CFA4BB

Tints of Lily #CFA4BB

Color information

#CFA4BB (or 0xCFA4BB) is unknown color: approx Lily. HEX triplet: CF, A4 and BB. RGB value is (207,164,187). Sum of RGB (Red+Green+Blue) = 207+164+187=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4BB is #305B44. Grayscale: #B3B3B3. Windows color (decimal): -3169093 or 12297423. OLE color: 12297423.

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

Color convert

RGB207164187-
CMYK00.210.100.19
HSL327.91º30.94%72.75%-
HSV(B)327.91º20.77%81.18%-
XYZ47.9843.452.86-
YUV179.48132.25147.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 164 (64.45% from 255) = 29.39%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=37.10%
G=29.39%
B=33.51%

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
Decimal20716418700.210.100.19327.9130.9472.75
HexCFA4BB015A131481f49
Octal317244273025122351037111
Binary110011111010010010111011010101101010011101001000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA4BB; }

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

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

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

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

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

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

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

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