#DFB2EF

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

Shades of Mauve #DFB2EF

Tints of Mauve #DFB2EF

Color information

#DFB2EF (or 0xDFB2EF) is unknown color: approx Mauve. HEX triplet: DF, B2 and EF. RGB value is (223,178,239). Sum of RGB (Red+Green+Blue) = 223+178+239=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 178 (69.92% from 255 or 27.81% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2EF is #204D10. Grayscale: #C6C6C6. Windows color (decimal): -2116881 or 15708895. OLE color: 15708895.

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

Color convert

RGB223178239-
CMYK0.070.2600.06
HSL284.26º65.59%81.76%-
HSV(B)284.26º25.52%93.73%-
XYZ61.9353.7688.77-
YUV198.41150.91145.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 178 (69.92% from 255) = 27.81%
BLUE value IS 239 (93.75% from 255) = 37.34%
R=34.84%
G=27.81%
B=37.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231782390.070.2600.06284.2665.5981.76
HexDFB2EF71A0611c4252
Octal33726235773206434102122
Binary11011111101100101110111111111010011010001110010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB2EF; }

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

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

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

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

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

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

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

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