#dfb1ef

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

Shades of Mauve #DFB1EF

Tints of Mauve #DFB1EF

Color information

#DFB1EF (or 0xDFB1EF) is unknown color: approx Mauve. HEX triplet: DF, B1 and EF. RGB value is (223,177,239). Sum of RGB (Red+Green+Blue) = 223+177+239=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFB1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1EF is #204E10. Grayscale: #C5C5C5. Windows color (decimal): -2117137 or 15708639. OLE color: 15708639.

HSL color Cylindrical-coordinate representation of color #DFB1EF: hue angle of 284.52º degrees, saturation: 0.66, 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 #DFB1EF is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223177239-
CMYK0.070.2600.06
HSL284.52º65.96%81.57%-
HSV(B)284.52º25.94%93.73%-
XYZ61.7353.3688.71-
YUV197.82151.24145.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 177 (69.53% from 255) = 27.70%
BLUE value IS 239 (93.75% from 255) = 37.40%
R=34.90%
G=27.70%
B=37.40%

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
Decimal2231772390.070.2600.06284.5265.9681.57
HexDFB1EF71A0611d4252
Octal33726135773206435102122
Binary11011111101100011110111111111010011010001110110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfb1ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfb1ef; }

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

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

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

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

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

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

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

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