#DFB9EF

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

Shades of Mauve #DFB9EF

Tints of Mauve #DFB9EF

Color information

#DFB9EF (or 0xDFB9EF) is unknown color: approx Mauve. HEX triplet: DF, B9 and EF. RGB value is (223,185,239). Sum of RGB (Red+Green+Blue) = 223+185+239=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFB9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9EF is #204610. Grayscale: #CACACA. Windows color (decimal): -2115089 or 15710687. OLE color: 15710687.

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

Color convert

RGB223185239-
CMYK0.070.2300.06
HSL282.22º62.79%83.14%-
HSV(B)282.22º22.59%93.73%-
XYZ63.3656.6289.25-
YUV202.52148.59142.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.47%
GREEN value IS 185 (72.66% from 255) = 28.59%
BLUE value IS 239 (93.75% from 255) = 36.94%
R=34.47%
G=28.59%
B=36.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231852390.070.2300.06282.2262.7983.14
HexDFB9EF7170611a3f53
Octal3372713577270643277123
Binary1101111110111001111011111111011101101000110101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9EF; }

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

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

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

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

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

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

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

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