#CFA4B3

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

Shades of Lily #CFA4B3

Tints of Lily #CFA4B3

Color information

#CFA4B3 (or 0xCFA4B3) is unknown color: approx Lily. HEX triplet: CF, A4 and B3. RGB value is (207,164,179). Sum of RGB (Red+Green+Blue) = 207+164+179=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4B3 is #305B4C. Grayscale: #B2B2B2. Windows color (decimal): -3169101 or 11773135. OLE color: 11773135.

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

Color convert

RGB207164179-
CMYK00.210.140.19
HSL339.07º30.94%72.75%-
HSV(B)339.07º20.77%81.18%-
XYZ47.1443.0748.48-
YUV178.57128.25148.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 164 (64.45% from 255) = 29.82%
BLUE value IS 179 (70.31% from 255) = 32.55%
R=37.64%
G=29.82%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716417900.210.140.19339.0730.9472.75
HexCFA4B3015E131531f49
Octal317244263025162352337111
Binary110011111010010010110011010101111010011101010011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA4B3; }

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

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

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

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

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

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

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

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