#DEB5EF

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

Shades of Mauve #DEB5EF

Tints of Mauve #DEB5EF

Color information

#DEB5EF (or 0xDEB5EF) is unknown color: approx Mauve. HEX triplet: DE, B5 and EF. RGB value is (222,181,239). Sum of RGB (Red+Green+Blue) = 222+181+239=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEB5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB5EF is #214A10. Grayscale: #C7C7C7. Windows color (decimal): -2181649 or 15709662. OLE color: 15709662.

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

Color convert

RGB222181239-
CMYK0.070.2400.06
HSL282.41º64.44%82.35%-
HSV(B)282.41º24.27%93.73%-
XYZ62.2354.8188.96-
YUV199.87150.08143.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 181 (71.09% from 255) = 28.19%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=34.58%
G=28.19%
B=37.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221812390.070.2400.06282.4164.4482.35
HexDEB5EF7180611a4052
Octal33626535773006432100122
Binary11011110101101011110111111111000011010001101010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB5EF; }

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

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

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

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

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

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

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

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