#CFA1BD

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

Shades of Lily #CFA1BD

Tints of Lily #CFA1BD

Color information

#CFA1BD (or 0xCFA1BD) is unknown color: approx Lily. HEX triplet: CF, A1 and BD. RGB value is (207,161,189). Sum of RGB (Red+Green+Blue) = 207+161+189=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1BD is #305E42. Grayscale: #B1B1B1. Windows color (decimal): -3169859 or 12427727. OLE color: 12427727.

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

Color convert

RGB207161189-
CMYK00.220.090.19
HSL323.48º32.39%72.16%-
HSV(B)323.48º22.22%81.18%-
XYZ47.6642.4353.82-
YUV177.95134.24148.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.16%
GREEN value IS 161 (63.28% from 255) = 28.90%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=37.16%
G=28.90%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716118900.220.090.19323.4832.3972.16
HexCFA1BD0169131432048
Octal317241275026112350340110
Binary1100111110100001101111010101101001100111010000111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1BD; }

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

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

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

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

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

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

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

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