#DFB9EC

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

Shades of Mauve #DFB9EC

Tints of Mauve #DFB9EC

Color information

#DFB9EC (or 0xDFB9EC) is unknown color: approx Mauve. HEX triplet: DF, B9 and EC. RGB value is (223,185,236). Sum of RGB (Red+Green+Blue) = 223+185+236=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 185 (72.66% from 255 or 28.73% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9EC is #204613. Grayscale: #CACACA. Windows color (decimal): -2115092 or 15514079. OLE color: 15514079.

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

Color convert

RGB223185236-
CMYK0.060.2200.07
HSL284.71º57.3%82.55%-
HSV(B)284.71º21.61%92.55%-
XYZ62.9256.4486.93-
YUV202.18147.09142.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 185 (72.66% from 255) = 28.73%
BLUE value IS 236 (92.58% from 255) = 36.65%
R=34.63%
G=28.73%
B=36.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231852360.060.2200.07284.7157.382.55
HexDFB9EC6160711d3953
Octal3372713546260743571123
Binary1101111110111001111011001101011001111000111011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9EC; }

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

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

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

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

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

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

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

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