#DFBAFA

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

Shades of Mauve #DFBAFA

Tints of Mauve #DFBAFA

Color information

#DFBAFA (or 0xDFBAFA) is unknown color: approx Mauve. HEX triplet: DF, BA and FA. RGB value is (223,186,250). Sum of RGB (Red+Green+Blue) = 223+186+250=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAFA is #204505. Grayscale: #CCCCCC. Windows color (decimal): -2114822 or 16431839. OLE color: 16431839.

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

Color convert

RGB223186250-
CMYK0.110.2600.02
HSL274.69º86.49%85.49%-
HSV(B)274.69º25.6%98.04%-
XYZ65.2557.7198.14-
YUV204.36153.76141.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.84%
GREEN value IS 186 (73.05% from 255) = 28.22%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=33.84%
G=28.22%
B=37.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231862500.110.2600.02274.6986.4985.49
HexDFBAFAB1A021135655
Octal337272372133202423126125
Binary11011111101110101111101010111101001010001001110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAFA; }

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

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

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

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

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

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

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

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