#DFB6EC

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

Shades of Mauve #DFB6EC

Tints of Mauve #DFB6EC

Color information

#DFB6EC (or 0xDFB6EC) is unknown color: approx Mauve. HEX triplet: DF, B6 and EC. RGB value is (223,182,236). Sum of RGB (Red+Green+Blue) = 223+182+236=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6EC is #204913. Grayscale: #C8C8C8. Windows color (decimal): -2115860 or 15513311. OLE color: 15513311.

HSL color Cylindrical-coordinate representation of color #DFB6EC: hue angle of 285.56º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFB6EC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223182236-
CMYK0.060.2300.07
HSL285.56º58.7%81.96%-
HSV(B)285.56º22.88%92.55%-
XYZ62.355.286.73-
YUV200.41148.08144.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 182 (71.48% from 255) = 28.39%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=34.79%
G=28.39%
B=36.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231822360.060.2300.07285.5658.781.96
HexDFB6EC6170711e3b52
Octal3372663546270743673122
Binary1101111110110110111011001101011101111000111101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6EC; }

 p { color: rgb(223,182,236); }

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

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

 a { background-color: rgb(223,182,236); }

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

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

 span { border-color: rgb(223,182,236); }

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