#DFA0FB

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

Shades of Mauve #DFA0FB

Tints of Mauve #DFA0FB

Color information

#DFA0FB (or 0xDFA0FB) is unknown color: approx Mauve. HEX triplet: DF, A0 and FB. RGB value is (223,160,251). Sum of RGB (Red+Green+Blue) = 223+160+251=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFA0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA0FB is #205F04. Grayscale: #BCBCBC. Windows color (decimal): -2121477 or 16490719. OLE color: 16490719.

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

Color convert

RGB223160251-
CMYK0.110.3600.02
HSL281.54º91.92%80.59%-
HSV(B)281.54º36.25%98.43%-
XYZ60.4147.7997.31-
YUV189.21162.87152.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 160 (62.89% from 255) = 25.24%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=35.17%
G=25.24%
B=39.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231602510.110.3600.02281.5491.9280.59
HexDFA0FBB240211a5c51
Octal337240373134402432134121
Binary110111111010000011111011101110010001010001101010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA0FB; }

 p { color: rgb(223,160,251); }

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

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

 a { background-color: rgb(223,160,251); }

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

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

 span { border-color: rgb(223,160,251); }

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