#DFBAF5

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

Shades of Mauve #DFBAF5

Tints of Mauve #DFBAF5

Color information

#DFBAF5 (or 0xDFBAF5) is unknown color: approx Mauve. HEX triplet: DF, BA and F5. RGB value is (223,186,245). Sum of RGB (Red+Green+Blue) = 223+186+245=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFBAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAF5 is #20450A. Grayscale: #CBCBCB. Windows color (decimal): -2114827 or 16104159. OLE color: 16104159.

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

Color convert

RGB223186245-
CMYK0.090.2400.04
HSL277.63º74.68%84.51%-
HSV(B)277.63º24.08%96.08%-
XYZ64.4757.494.07-
YUV203.79151.26141.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 186 (73.05% from 255) = 28.44%
BLUE value IS 245 (96.09% from 255) = 37.46%
R=34.10%
G=28.44%
B=37.46%

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
Decimal2231862450.090.2400.04277.6374.6884.51
HexDFBAF5918041164b55
Octal337272365113004426113125
Binary110111111011101011110101100111000010010001011010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAF5; }

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

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

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

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

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

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

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

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