#DFADF7

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

Shades of Mauve #DFADF7

Tints of Mauve #DFADF7

Color information

#DFADF7 (or 0xDFADF7) is unknown color: approx Mauve. HEX triplet: DF, AD and F7. RGB value is (223,173,247). Sum of RGB (Red+Green+Blue) = 223+173+247=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADF7 is #205208. Grayscale: #C4C4C4. Windows color (decimal): -2118153 or 16231903. OLE color: 16231903.

HSL color Cylindrical-coordinate representation of color #DFADF7: hue angle of 280.54º 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 #DFADF7 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223173247-
CMYK0.100.3000.03
HSL280.54º82.22%82.35%-
HSV(B)280.54º29.96%96.86%-
XYZ62.1652.2994.81-
YUV196.39156.56146.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 173 (67.97% from 255) = 26.91%
BLUE value IS 247 (96.88% from 255) = 38.41%
R=34.68%
G=26.91%
B=38.41%

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
Decimal2231732470.100.3000.03280.5482.2282.35
HexDFADF7A1E031195252
Octal337255367123603431122122
Binary11011111101011011111011110101111001110001100110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADF7; }

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

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

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

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

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

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

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

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