#DFB5EF

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

Shades of Mauve #DFB5EF

Tints of Mauve #DFB5EF

Color information

#DFB5EF (or 0xDFB5EF) is unknown color: approx Mauve. HEX triplet: DF, B5 and EF. RGB value is (223,181,239). Sum of RGB (Red+Green+Blue) = 223+181+239=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFB5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB5EF is #204A10. Grayscale: #C7C7C7. Windows color (decimal): -2116113 or 15709663. OLE color: 15709663.

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

Color convert

RGB223181239-
CMYK0.070.2400.06
HSL283.45º64.44%82.35%-
HSV(B)283.45º24.27%93.73%-
XYZ62.5454.9788.98-
YUV200.17149.91144.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 181 (71.09% from 255) = 28.15%
BLUE value IS 239 (93.75% from 255) = 37.17%
R=34.68%
G=28.15%
B=37.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231812390.070.2400.06283.4564.4482.35
HexDFB5EF7180611b4052
Octal33726535773006433100122
Binary11011111101101011110111111111000011010001101110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB5EF; }

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

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

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

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

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

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

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

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