#DFACF7

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

Shades of Mauve #DFACF7

Tints of Mauve #DFACF7

Color information

#DFACF7 (or 0xDFACF7) is unknown color: approx Mauve. HEX triplet: DF, AC and F7. RGB value is (223,172,247). Sum of RGB (Red+Green+Blue) = 223+172+247=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACF7 is #205308. Grayscale: #C3C3C3. Windows color (decimal): -2118409 or 16231647. OLE color: 16231647.

HSL color Cylindrical-coordinate representation of color #DFACF7: hue angle of 280.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFACF7 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223172247-
CMYK0.100.3000.03
HSL280.8º82.42%82.16%-
HSV(B)280.8º30.36%96.86%-
XYZ61.9751.9194.75-
YUV195.8156.9147.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 172 (67.58% from 255) = 26.79%
BLUE value IS 247 (96.88% from 255) = 38.47%
R=34.74%
G=26.79%
B=38.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2231722470.100.3000.03280.882.4282.16
HexDFACF7A1E031195252
Octal337254367123603431122122
Binary11011111101011001111011110101111001110001100110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACF7; }

 p { color: rgb(223,172,247); }

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

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

 a { background-color: rgb(223,172,247); }

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

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

 span { border-color: rgb(223,172,247); }

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