#DFB9F9

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

Shades of Mauve #DFB9F9

Tints of Mauve #DFB9F9

Color information

#DFB9F9 (or 0xDFB9F9) is unknown color: approx Mauve. HEX triplet: DF, B9 and F9. RGB value is (223,185,249). Sum of RGB (Red+Green+Blue) = 223+185+249=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFB9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9F9 is #204606. Grayscale: #CBCBCB. Windows color (decimal): -2115079 or 16366047. OLE color: 16366047.

HSL color Cylindrical-coordinate representation of color #DFB9F9: hue angle of 275.62º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB9F9 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223185249-
CMYK0.100.2600.02
HSL275.62º84.21%85.1%-
HSV(B)275.62º25.7%97.65%-
XYZ64.8857.2397.25-
YUV203.66153.59141.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.94%
GREEN value IS 185 (72.66% from 255) = 28.16%
BLUE value IS 249 (97.66% from 255) = 37.90%
R=33.94%
G=28.16%
B=37.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231852490.100.2600.02275.6284.2185.1
HexDFB9F9A1A021145455
Octal337271371123202424124125
Binary11011111101110011111100110101101001010001010010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9F9; }

 p { color: rgb(223,185,249); }

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

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

 a { background-color: rgb(223,185,249); }

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

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

 span { border-color: rgb(223,185,249); }

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