#DFB5EB

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

Shades of Mauve #DFB5EB

Tints of Mauve #DFB5EB

Color information

#DFB5EB (or 0xDFB5EB) is unknown color: approx Mauve. HEX triplet: DF, B5 and EB. RGB value is (223,181,235). Sum of RGB (Red+Green+Blue) = 223+181+235=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 181 (71.09% from 255 or 28.33% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFB5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB5EB is #204A14. Grayscale: #C7C7C7. Windows color (decimal): -2116117 or 15447519. OLE color: 15447519.

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

Color convert

RGB223181235-
CMYK0.050.2300.08
HSL286.67º57.45%81.57%-
HSV(B)286.67º22.98%92.16%-
XYZ61.9554.7385.9-
YUV199.71147.91144.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 181 (71.09% from 255) = 28.33%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=34.90%
G=28.33%
B=36.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231812350.050.2300.08286.6757.4581.57
HexDFB5EB5170811f3952
Octal33726535352701043771122
Binary11011111101101011110101110110111010001000111111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB5EB; }

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

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

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

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

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

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

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

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