#CFAAF5

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

Shades of Mauve #CFAAF5

Tints of Mauve #CFAAF5

Color information

#CFAAF5 (or 0xCFAAF5) is unknown color: approx Mauve. HEX triplet: CF, AA and F5. RGB value is (207,170,245). Sum of RGB (Red+Green+Blue) = 207+170+245=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 245 - color contains mainly: blue. Hex color #CFAAF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAF5 is #30550A. Grayscale: #BDBDBD. Windows color (decimal): -3167499 or 16100047. OLE color: 16100047.

HSL color Cylindrical-coordinate representation of color #CFAAF5: hue angle of 269.6º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFAAF5 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207170245-
CMYK0.160.3100.04
HSL269.6º78.95%81.37%-
HSV(B)269.6º30.61%96.08%-
XYZ56.5948.6192.79-
YUV189.61159.26140.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.28%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 245 (96.09% from 255) = 39.39%
R=33.28%
G=27.33%
B=39.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071702450.160.3100.04269.678.9581.37
HexCFAAF5101F0410e4f51
Octal317252365203704416117121
Binary1100111110101010111101011000011111010010000111010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAF5; }

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

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

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

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

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

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

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

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