#CFAAF4

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

Shades of Mauve #CFAAF4

Tints of Mauve #CFAAF4

Color information

#CFAAF4 (or 0xCFAAF4) is unknown color: approx Mauve. HEX triplet: CF, AA and F4. RGB value is (207,170,244). Sum of RGB (Red+Green+Blue) = 207+170+244=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFAAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAF4 is #30550B. Grayscale: #BDBDBD. Windows color (decimal): -3167500 or 16034511. OLE color: 16034511.

HSL color Cylindrical-coordinate representation of color #CFAAF4: hue angle of 270º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFAAF4 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207170244-
CMYK0.150.3000.04
HSL270º77.08%81.18%-
HSV(B)270º30.33%95.69%-
XYZ56.4448.5591.98-
YUV189.5158.76140.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 244 (95.70% from 255) = 39.29%
R=33.33%
G=27.38%
B=39.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071702440.150.3000.0427077.0881.18
HexCFAAF4F1E0410e4d51
Octal317252364173604416115121
Binary110011111010101011110100111111110010010000111010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAF4; }

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

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

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

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

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

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

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

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