#DFBFF6

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

Shades of Mauve #DFBFF6

Tints of Mauve #DFBFF6

Color information

#DFBFF6 (or 0xDFBFF6) is unknown color: approx Mauve. HEX triplet: DF, BF and F6. RGB value is (223,191,246). Sum of RGB (Red+Green+Blue) = 223+191+246=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFBFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFF6 is #204009. Grayscale: #CECECE. Windows color (decimal): -2113546 or 16170975. OLE color: 16170975.

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

Color convert

RGB223191246-
CMYK0.090.2200.04
HSL274.91º75.34%85.69%-
HSV(B)274.91º22.36%96.47%-
XYZ65.759.695.23-
YUV206.84150.1139.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.79%
GREEN value IS 191 (75% from 255) = 28.94%
BLUE value IS 246 (96.48% from 255) = 37.27%
R=33.79%
G=28.94%
B=37.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2231912460.090.2200.04274.9175.3485.69
HexDFBFF6916041134b56
Octal337277366112604423113126
Binary110111111011111111110110100110110010010001001110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFF6; }

 p { color: rgb(223,191,246); }

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

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

 a { background-color: rgb(223,191,246); }

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

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

 span { border-color: rgb(223,191,246); }

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