#DEB9EF

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

Shades of Mauve #DEB9EF

Tints of Mauve #DEB9EF

Color information

#DEB9EF (or 0xDEB9EF) is unknown color: approx Mauve. HEX triplet: DE, B9 and EF. RGB value is (222,185,239). Sum of RGB (Red+Green+Blue) = 222+185+239=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 185 (72.66% from 255 or 28.64% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEB9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB9EF is #214610. Grayscale: #CACACA. Windows color (decimal): -2180625 or 15710686. OLE color: 15710686.

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

Color convert

RGB222185239-
CMYK0.070.2300.06
HSL281.11º62.79%83.14%-
HSV(B)281.11º22.59%93.73%-
XYZ63.0556.4689.24-
YUV202.22148.76142.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.37%
GREEN value IS 185 (72.66% from 255) = 28.64%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=34.37%
G=28.64%
B=37.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221852390.070.2300.06281.1162.7983.14
HexDEB9EF717061193f53
Octal3362713577270643177123
Binary1101111010111001111011111111011101101000110011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB9EF; }

 p { color: rgb(222,185,239); }

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

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

 a { background-color: rgb(222,185,239); }

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

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

 span { border-color: rgb(222,185,239); }

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