#CFAAF9

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

Shades of Mauve #CFAAF9

Tints of Mauve #CFAAF9

Color information

#CFAAF9 (or 0xCFAAF9) is unknown color: approx Mauve. HEX triplet: CF, AA and F9. RGB value is (207,170,249). Sum of RGB (Red+Green+Blue) = 207+170+249=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFAAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAF9 is #305506. Grayscale: #BDBDBD. Windows color (decimal): -3167495 or 16362191. OLE color: 16362191.

HSL color Cylindrical-coordinate representation of color #CFAAF9: hue angle of 268.1º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFAAF9 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207170249-
CMYK0.170.3200.02
HSL268.1º86.81%82.16%-
HSV(B)268.1º31.73%97.65%-
XYZ57.2148.8596.04-
YUV190.07161.26140.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 170 (66.80% from 255) = 27.16%
BLUE value IS 249 (97.66% from 255) = 39.78%
R=33.07%
G=27.16%
B=39.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071702490.170.3200.02268.186.8182.16
HexCFAAF911200210c5752
Octal317252371214002414127122
Binary1100111110101010111110011000110000001010000110010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAF9; }

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

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

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

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

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

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

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

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