#CFABF2

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

Shades of Mauve #CFABF2

Tints of Mauve #CFABF2

Color information

#CFABF2 (or 0xCFABF2) is unknown color: approx Mauve. HEX triplet: CF, AB and F2. RGB value is (207,171,242). Sum of RGB (Red+Green+Blue) = 207+171+242=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABF2 is #30540D. Grayscale: #BDBDBD. Windows color (decimal): -3167246 or 15903695. OLE color: 15903695.

HSL color Cylindrical-coordinate representation of color #CFABF2: hue angle of 270.42º degrees, saturation: 0.73, 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 #CFABF2 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207171242-
CMYK0.140.2900.05
HSL270.42º73.2%80.98%-
HSV(B)270.42º29.34%94.9%-
XYZ56.3248.890.46-
YUV189.86157.43140.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 171 (67.19% from 255) = 27.58%
BLUE value IS 242 (94.92% from 255) = 39.03%
R=33.39%
G=27.58%
B=39.03%

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
Decimal2071712420.140.2900.05270.4273.280.98
HexCFABF2E1D0510e4951
Octal317253362163505416111121
Binary110011111010101111110010111011101010110000111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABF2; }

 p { color: rgb(207,171,242); }

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

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

 a { background-color: rgb(207,171,242); }

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

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

 span { border-color: rgb(207,171,242); }

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