#DEB0EE

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

Shades of Mauve #DEB0EE

Tints of Mauve #DEB0EE

Color information

#DEB0EE (or 0xDEB0EE) is unknown color: approx Mauve. HEX triplet: DE, B0 and EE. RGB value is (222,176,238). Sum of RGB (Red+Green+Blue) = 222+176+238=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0EE is #214F11. Grayscale: #C4C4C4. Windows color (decimal): -2182930 or 15642846. OLE color: 15642846.

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

Color convert

RGB222176238-
CMYK0.070.2600.07
HSL284.52º64.58%81.18%-
HSV(B)284.52º26.05%93.33%-
XYZ61.0852.7587.85-
YUV196.82151.24145.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.91%
GREEN value IS 176 (69.14% from 255) = 27.67%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=34.91%
G=27.67%
B=37.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221762380.070.2600.07284.5264.5881.18
HexDEB0EE71A0711d4151
Octal33626035673207435101121
Binary11011110101100001110111011111010011110001110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0EE; }

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

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

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

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

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

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

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

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