#DFADF5

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

Shades of Mauve #DFADF5

Tints of Mauve #DFADF5

Color information

#DFADF5 (or 0xDFADF5) is unknown color: approx Mauve. HEX triplet: DF, AD and F5. RGB value is (223,173,245). Sum of RGB (Red+Green+Blue) = 223+173+245=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFADF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADF5 is #20520A. Grayscale: #C3C3C3. Windows color (decimal): -2118155 or 16100831. OLE color: 16100831.

HSL color Cylindrical-coordinate representation of color #DFADF5: hue angle of 281.67º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFADF5 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223173245-
CMYK0.090.2900.04
HSL281.67º78.26%81.96%-
HSV(B)281.67º29.39%96.08%-
XYZ61.8652.1793.2-
YUV196.16155.56147.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 173 (67.97% from 255) = 26.99%
BLUE value IS 245 (96.09% from 255) = 38.22%
R=34.79%
G=26.99%
B=38.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2231732450.090.2900.04281.6778.2681.96
HexDFADF591D0411a4e52
Octal337255365113504432116122
Binary110111111010110111110101100111101010010001101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADF5; }

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

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

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

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

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

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

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

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