#DFACF0

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

Shades of Mauve #DFACF0

Tints of Mauve #DFACF0

Color information

#DFACF0 (or 0xDFACF0) is unknown color: approx Mauve. HEX triplet: DF, AC and F0. RGB value is (223,172,240). Sum of RGB (Red+Green+Blue) = 223+172+240=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACF0 is #20530F. Grayscale: #C2C2C2. Windows color (decimal): -2118416 or 15772895. OLE color: 15772895.

HSL color Cylindrical-coordinate representation of color #DFACF0: hue angle of 285º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFACF0 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223172240-
CMYK0.070.2800.06
HSL285º69.39%80.78%-
HSV(B)285º28.33%94.12%-
XYZ60.9151.4889.17-
YUV195153.4147.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 240 (94.14% from 255) = 37.80%
R=35.12%
G=27.09%
B=37.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231722400.070.2800.0628569.3980.78
HexDFACF071C0611d4551
Octal33725436073406435105121
Binary11011111101011001111000011111100011010001110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACF0; }

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

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

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

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

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

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

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

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