#DFADFA

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

Shades of Mauve #DFADFA

Tints of Mauve #DFADFA

Color information

#DFADFA (or 0xDFADFA) is unknown color: approx Mauve. HEX triplet: DF, AD and FA. RGB value is (223,173,250). Sum of RGB (Red+Green+Blue) = 223+173+250=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADFA is #205205. Grayscale: #C4C4C4. Windows color (decimal): -2118150 or 16428511. OLE color: 16428511.

HSL color Cylindrical-coordinate representation of color #DFADFA: hue angle of 278.96º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFADFA is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223173250-
CMYK0.110.3100.02
HSL278.96º88.51%82.94%-
HSV(B)278.96º30.8%98.04%-
XYZ62.6352.4897.27-
YUV196.73158.06146.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 173 (67.97% from 255) = 26.78%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=34.52%
G=26.78%
B=38.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231732500.110.3100.02278.9688.5182.94
HexDFADFAB1F021175953
Octal337255372133702427131123
Binary11011111101011011111101010111111101010001011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADFA; }

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

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

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

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

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

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

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

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