#CFA4F2

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

Shades of Mauve #CFA4F2

Tints of Mauve #CFA4F2

Color information

#CFA4F2 (or 0xCFA4F2) is unknown color: approx Mauve. HEX triplet: CF, A4 and F2. RGB value is (207,164,242). Sum of RGB (Red+Green+Blue) = 207+164+242=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFA4F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA4F2 is #305B0D. Grayscale: #B9B9B9. Windows color (decimal): -3169038 or 15901903. OLE color: 15901903.

HSL color Cylindrical-coordinate representation of color #CFA4F2: hue angle of 273.08º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA4F2 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207164242-
CMYK0.140.3200.05
HSL273.08º75%79.61%-
HSV(B)273.08º32.23%94.9%-
XYZ55.0346.2390.03-
YUV185.75159.75143.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 164 (64.45% from 255) = 26.75%
BLUE value IS 242 (94.92% from 255) = 39.48%
R=33.77%
G=26.75%
B=39.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071642420.140.3200.05273.087579.61
HexCFA4F2E20051114b50
Octal317244362164005421113120
Binary1100111110100100111100101110100000010110001000110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA4F2; }

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

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

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

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

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

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

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

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