#DEB0EC

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

Shades of Mauve #DEB0EC

Tints of Mauve #DEB0EC

Color information

#DEB0EC (or 0xDEB0EC) is unknown color: approx Mauve. HEX triplet: DE, B0 and EC. RGB value is (222,176,236). Sum of RGB (Red+Green+Blue) = 222+176+236=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0EC is #214F13. Grayscale: #C4C4C4. Windows color (decimal): -2182932 or 15511774. OLE color: 15511774.

HSL color Cylindrical-coordinate representation of color #DEB0EC: hue angle of 286º 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 #DEB0EC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222176236-
CMYK0.060.2500.07
HSL286º61.22%80.78%-
HSV(B)286º25.42%92.55%-
XYZ60.7952.6486.31-
YUV196.59150.24146.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 176 (69.14% from 255) = 27.76%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=35.02%
G=27.76%
B=37.22%

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
Decimal2221762360.060.2500.0728661.2280.78
HexDEB0EC6190711e3d51
Octal3362603546310743675121
Binary1101111010110000111011001101100101111000111101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0EC; }

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

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

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

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

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

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

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

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