#DFB1EC

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

Shades of Mauve #DFB1EC

Tints of Mauve #DFB1EC

Color information

#DFB1EC (or 0xDFB1EC) is unknown color: approx Mauve. HEX triplet: DF, B1 and EC. RGB value is (223,177,236). Sum of RGB (Red+Green+Blue) = 223+177+236=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1EC is #204E13. Grayscale: #C5C5C5. Windows color (decimal): -2117140 or 15512031. OLE color: 15512031.

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

Color convert

RGB223177236-
CMYK0.060.2500.07
HSL286.78º60.82%80.98%-
HSV(B)286.78º25%92.55%-
XYZ61.2953.1986.39-
YUV197.48149.74146.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 177 (69.53% from 255) = 27.83%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=35.06%
G=27.83%
B=37.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231772360.060.2500.07286.7860.8280.98
HexDFB1EC6190711f3d51
Octal3372613546310743775121
Binary1101111110110001111011001101100101111000111111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1EC; }

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

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

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

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

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

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

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

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