#CFAAF1

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

Shades of Mauve #CFAAF1

Tints of Mauve #CFAAF1

Color information

#CFAAF1 (or 0xCFAAF1) is unknown color: approx Mauve. HEX triplet: CF, AA and F1. RGB value is (207,170,241). Sum of RGB (Red+Green+Blue) = 207+170+241=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAF1 is #30550E. Grayscale: #BCBCBC. Windows color (decimal): -3167503 or 15837903. OLE color: 15837903.

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

Color convert

RGB207170241-
CMYK0.140.2900.05
HSL271.27º71.72%80.59%-
HSV(B)271.27º29.46%94.51%-
XYZ55.9848.3789.6-
YUV189.16157.26140.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 170 (66.80% from 255) = 27.51%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=33.50%
G=27.51%
B=39.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071702410.140.2900.05271.2771.7280.59
HexCFAAF1E1D0510f4851
Octal317252361163505417110121
Binary110011111010101011110001111011101010110000111110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAF1; }

 p { color: rgb(207,170,241); }

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

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

 a { background-color: rgb(207,170,241); }

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

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

 span { border-color: rgb(207,170,241); }

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