#DFB9FE

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

Shades of Mauve #DFB9FE

Tints of Mauve #DFB9FE

Color information

#DFB9FE (or 0xDFB9FE) is unknown color: approx Mauve. HEX triplet: DF, B9 and FE. RGB value is (223,185,254). Sum of RGB (Red+Green+Blue) = 223+185+254=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 185 (72.66% from 255 or 27.95% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9FE is #204601. Grayscale: #CBCBCB. Windows color (decimal): -2115074 or 16693727. OLE color: 16693727.

HSL color Cylindrical-coordinate representation of color #DFB9FE: hue angle of 273.04º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFB9FE is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223185254-
CMYK0.120.2700.00
HSL273.04º97.18%86.08%-
HSV(B)273.04º27.17%99.61%-
XYZ65.6757.54101.41-
YUV204.23156.09141.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 185 (72.66% from 255) = 27.95%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=33.69%
G=27.95%
B=38.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2231852540.120.2700.00273.0497.1886.08
HexDFB9FEC1B001116156
Octal337271376143300421141126
Binary1101111110111001111111101100110110010001000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9FE; }

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

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

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

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

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

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

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

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