#DFACF8

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

Shades of Mauve #DFACF8

Tints of Mauve #DFACF8

Color information

#DFACF8 (or 0xDFACF8) is unknown color: approx Mauve. HEX triplet: DF, AC and F8. RGB value is (223,172,248). Sum of RGB (Red+Green+Blue) = 223+172+248=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACF8 is #205307. Grayscale: #C3C3C3. Windows color (decimal): -2118408 or 16297183. OLE color: 16297183.

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

Color convert

RGB223172248-
CMYK0.100.3100.03
HSL280.26º84.44%82.35%-
HSV(B)280.26º30.65%97.25%-
XYZ62.1351.9795.56-
YUV195.91157.4147.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 172 (67.58% from 255) = 26.75%
BLUE value IS 248 (97.27% from 255) = 38.57%
R=34.68%
G=26.75%
B=38.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2231722480.100.3100.03280.2684.4482.35
HexDFACF8A1F031185452
Octal337254370123703430124122
Binary11011111101011001111100010101111101110001100010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACF8; }

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

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

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

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

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

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

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

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