#DFABF1

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

Shades of Mauve #DFABF1

Tints of Mauve #DFABF1

Color information

#DFABF1 (or 0xDFABF1) is unknown color: approx Mauve. HEX triplet: DF, AB and F1. RGB value is (223,171,241). Sum of RGB (Red+Green+Blue) = 223+171+241=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABF1 is #20540E. Grayscale: #C2C2C2. Windows color (decimal): -2118671 or 15838175. OLE color: 15838175.

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

Color convert

RGB223171241-
CMYK0.070.2900.05
HSL284.57º71.43%80.78%-
HSV(B)284.57º29.05%94.51%-
XYZ60.8751.1689.89-
YUV194.53154.23148.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 171 (67.19% from 255) = 26.93%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=35.12%
G=26.93%
B=37.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231712410.070.2900.05284.5771.4380.78
HexDFABF171D0511d4751
Octal33725336173505435107121
Binary11011111101010111111000111111101010110001110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABF1; }

 p { color: rgb(223,171,241); }

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

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

 a { background-color: rgb(223,171,241); }

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

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

 span { border-color: rgb(223,171,241); }

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