#CFAAF3

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

Shades of Mauve #CFAAF3

Tints of Mauve #CFAAF3

Color information

#CFAAF3 (or 0xCFAAF3) is unknown color: approx Mauve. HEX triplet: CF, AA and F3. RGB value is (207,170,243). Sum of RGB (Red+Green+Blue) = 207+170+243=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFAAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAF3 is #30550C. Grayscale: #BDBDBD. Windows color (decimal): -3167501 or 15968975. OLE color: 15968975.

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

Color convert

RGB207170243-
CMYK0.150.3000.05
HSL270.41º75.26%80.98%-
HSV(B)270.41º30.04%95.29%-
XYZ56.2848.4991.19-
YUV189.38158.26140.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 243 (95.31% from 255) = 39.19%
R=33.39%
G=27.42%
B=39.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071702430.150.3000.05270.4175.2680.98
HexCFAAF3F1E0510e4b51
Octal317252363173605416113121
Binary110011111010101011110011111111110010110000111010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAF3; }

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

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

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

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

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

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

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

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