#DFB9EB

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

Shades of Mauve #DFB9EB

Tints of Mauve #DFB9EB

Color information

#DFB9EB (or 0xDFB9EB) is unknown color: approx Mauve. HEX triplet: DF, B9 and EB. RGB value is (223,185,235). Sum of RGB (Red+Green+Blue) = 223+185+235=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFB9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9EB is #204614. Grayscale: #C9C9C9. Windows color (decimal): -2115093 or 15448543. OLE color: 15448543.

HSL color Cylindrical-coordinate representation of color #DFB9EB: hue angle of 285.6º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB9EB is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223185235-
CMYK0.050.2100.08
HSL285.6º55.56%82.35%-
HSV(B)285.6º21.28%92.16%-
XYZ62.7856.3886.17-
YUV202.06146.59142.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 185 (72.66% from 255) = 28.77%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=34.68%
G=28.77%
B=36.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231852350.050.2100.08285.655.5682.35
HexDFB9EB5150811e3852
Octal33727135352501043670122
Binary11011111101110011110101110110101010001000111101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9EB; }

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

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

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

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

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

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

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

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