#DFBAF4

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

Shades of Mauve #DFBAF4

Tints of Mauve #DFBAF4

Color information

#DFBAF4 (or 0xDFBAF4) is unknown color: approx Mauve. HEX triplet: DF, BA and F4. RGB value is (223,186,244). Sum of RGB (Red+Green+Blue) = 223+186+244=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFBAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAF4 is #20450B. Grayscale: #CBCBCB. Windows color (decimal): -2114828 or 16038623. OLE color: 16038623.

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

Color convert

RGB223186244-
CMYK0.090.2400.04
HSL278.28º72.5%84.31%-
HSV(B)278.28º23.77%95.69%-
XYZ64.3257.3493.27-
YUV203.68150.76141.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 186 (73.05% from 255) = 28.48%
BLUE value IS 244 (95.70% from 255) = 37.37%
R=34.15%
G=28.48%
B=37.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2231862440.090.2400.04278.2872.584.31
HexDFBAF4918041164854
Octal337272364113004426110124
Binary110111111011101011110100100111000010010001011010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAF4; }

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

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

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

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

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

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

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

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