#DEB1EC

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

Shades of Mauve #DEB1EC

Tints of Mauve #DEB1EC

Color information

#DEB1EC (or 0xDEB1EC) is unknown color: approx Mauve. HEX triplet: DE, B1 and EC. RGB value is (222,177,236). Sum of RGB (Red+Green+Blue) = 222+177+236=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB1EC is #214E13. Grayscale: #C4C4C4. Windows color (decimal): -2182676 or 15512030. OLE color: 15512030.

HSL color Cylindrical-coordinate representation of color #DEB1EC: hue angle of 285.76º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEB1EC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222177236-
CMYK0.060.2500.07
HSL285.76º60.82%80.98%-
HSV(B)285.76º25%92.55%-
XYZ60.9953.0386.38-
YUV197.18149.91145.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 177 (69.53% from 255) = 27.87%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=34.96%
G=27.87%
B=37.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221772360.060.2500.07285.7660.8280.98
HexDEB1EC6190711e3d51
Octal3362613546310743675121
Binary1101111010110001111011001101100101111000111101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB1EC; }

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

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

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

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

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

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

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

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