#DFADF1

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

Shades of Mauve #DFADF1

Tints of Mauve #DFADF1

Color information

#DFADF1 (or 0xDFADF1) is unknown color: approx Mauve. HEX triplet: DF, AD and F1. RGB value is (223,173,241). Sum of RGB (Red+Green+Blue) = 223+173+241=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADF1 is #20520E. Grayscale: #C3C3C3. Windows color (decimal): -2118159 or 15838687. OLE color: 15838687.

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

Color convert

RGB223173241-
CMYK0.070.2800.05
HSL284.12º70.83%81.18%-
HSV(B)284.12º28.22%94.51%-
XYZ61.2551.9390.01-
YUV195.7153.56147.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 173 (67.97% from 255) = 27.16%
BLUE value IS 241 (94.53% from 255) = 37.83%
R=35.01%
G=27.16%
B=37.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231732410.070.2800.05284.1270.8381.18
HexDFADF171C0511c4751
Octal33725536173405434107121
Binary11011111101011011111000111111100010110001110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADF1; }

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

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

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

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

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

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

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

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