#DFB2EB

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

Shades of Mauve #DFB2EB

Tints of Mauve #DFB2EB

Color information

#DFB2EB (or 0xDFB2EB) is unknown color: approx Mauve. HEX triplet: DF, B2 and EB. RGB value is (223,178,235). Sum of RGB (Red+Green+Blue) = 223+178+235=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFB2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2EB is #204D14. Grayscale: #C5C5C5. Windows color (decimal): -2116885 or 15446751. OLE color: 15446751.

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

Color convert

RGB223178235-
CMYK0.050.2400.08
HSL287.37º58.76%80.98%-
HSV(B)287.37º24.26%92.16%-
XYZ61.3553.5385.7-
YUV197.95148.91145.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 178 (69.92% from 255) = 27.99%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=35.06%
G=27.99%
B=36.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231782350.050.2400.08287.3758.7680.98
HexDFB2EB5180811f3b51
Octal33726235353001043773121
Binary11011111101100101110101110111000010001000111111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB2EB; }

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

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

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

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

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

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

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

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