#DFB1F0

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

Shades of Mauve #DFB1F0

Tints of Mauve #DFB1F0

Color information

#DFB1F0 (or 0xDFB1F0) is unknown color: approx Mauve. HEX triplet: DF, B1 and F0. RGB value is (223,177,240). Sum of RGB (Red+Green+Blue) = 223+177+240=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 177 (69.53% from 255 or 27.66% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFB1F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1F0 is #204E0F. Grayscale: #C5C5C5. Windows color (decimal): -2117136 or 15774175. OLE color: 15774175.

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

Color convert

RGB223177240-
CMYK0.070.2600.06
HSL283.81º67.74%81.76%-
HSV(B)283.81º26.25%94.12%-
XYZ61.8853.4289.49-
YUV197.94151.74145.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 177 (69.53% from 255) = 27.66%
BLUE value IS 240 (94.14% from 255) = 37.5%
R=34.84%
G=27.66%
B=37.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231772400.070.2600.06283.8167.7481.76
HexDFB1F071A0611c4452
Octal33726136073206434104122
Binary11011111101100011111000011111010011010001110010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1F0; }

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

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

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

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

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

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

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

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