#CFABF5

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

Shades of Mauve #CFABF5

Tints of Mauve #CFABF5

Color information

#CFABF5 (or 0xCFABF5) is unknown color: approx Mauve. HEX triplet: CF, AB and F5. RGB value is (207,171,245). Sum of RGB (Red+Green+Blue) = 207+171+245=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 245 (96.09% from 255 or 39.33% from 623); Max value from RGB is 245 - color contains mainly: blue. Hex color #CFABF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABF5 is #30540A. Grayscale: #BDBDBD. Windows color (decimal): -3167243 or 16100303. OLE color: 16100303.

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

Color convert

RGB207171245-
CMYK0.160.3000.04
HSL269.19º78.72%81.57%-
HSV(B)269.19º30.2%96.08%-
XYZ56.7848.9892.85-
YUV190.2158.93139.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 171 (67.19% from 255) = 27.45%
BLUE value IS 245 (96.09% from 255) = 39.33%
R=33.23%
G=27.45%
B=39.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071712450.160.3000.04269.1978.7281.57
HexCFABF5101E0410d4f52
Octal317253365203604415117122
Binary1100111110101011111101011000011110010010000110110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABF5; }

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

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

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

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

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

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

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

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