#CFA3B3

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

Shades of Lily #CFA3B3

Tints of Lily #CFA3B3

Color information

#CFA3B3 (or 0xCFA3B3) is unknown color: approx Lily. HEX triplet: CF, A3 and B3. RGB value is (207,163,179). Sum of RGB (Red+Green+Blue) = 207+163+179=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3B3 is #305C4C. Grayscale: #B1B1B1. Windows color (decimal): -3169357 or 11772879. OLE color: 11772879.

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

Color convert

RGB207163179-
CMYK00.210.140.19
HSL338.18º31.43%72.55%-
HSV(B)338.18º21.26%81.18%-
XYZ46.9742.7148.42-
YUV177.98128.58148.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 163 (64.06% from 255) = 29.69%
BLUE value IS 179 (70.31% from 255) = 32.60%
R=37.70%
G=29.69%
B=32.60%

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
Decimal20716317900.210.140.19338.1831.4372.55
HexCFA3B3015E131521f49
Octal317243263025162352237111
Binary110011111010001110110011010101111010011101010010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA3B3; }

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

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

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

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

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

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

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

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