#DEB1EA

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

Shades of Mauve #DEB1EA

Tints of Mauve #DEB1EA

Color information

#DEB1EA (or 0xDEB1EA) is unknown color: approx Mauve. HEX triplet: DE, B1 and EA. RGB value is (222,177,234). Sum of RGB (Red+Green+Blue) = 222+177+234=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEB1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB1EA is #214E15. Grayscale: #C4C4C4. Windows color (decimal): -2182678 or 15380958. OLE color: 15380958.

HSL color Cylindrical-coordinate representation of color #DEB1EA: hue angle of 287.37º degrees, saturation: 0.58, 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 #DEB1EA is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222177234-
CMYK0.050.2400.08
HSL287.37º57.58%80.59%-
HSV(B)287.37º24.36%91.76%-
XYZ60.752.9184.86-
YUV196.95148.91145.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 177 (69.53% from 255) = 27.96%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=35.07%
G=27.96%
B=36.97%

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
Decimal2221772340.050.2400.08287.3757.5880.59
HexDEB1EA5180811f3a51
Octal33626135253001043772121
Binary11011110101100011110101010111000010001000111111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB1EA; }

 p { color: rgb(222,177,234); }

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

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

 a { background-color: rgb(222,177,234); }

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

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

 span { border-color: rgb(222,177,234); }

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