#DEB1EE

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

Shades of Mauve #DEB1EE

Tints of Mauve #DEB1EE

Color information

#DEB1EE (or 0xDEB1EE) is unknown color: approx Mauve. HEX triplet: DE, B1 and EE. RGB value is (222,177,238). Sum of RGB (Red+Green+Blue) = 222+177+238=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEB1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB1EE is #214E11. Grayscale: #C5C5C5. Windows color (decimal): -2182674 or 15643102. OLE color: 15643102.

HSL color Cylindrical-coordinate representation of color #DEB1EE: hue angle of 284.26º degrees, saturation: 0.64, 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 #DEB1EE is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222177238-
CMYK0.070.2600.07
HSL284.26º64.21%81.37%-
HSV(B)284.26º25.63%93.33%-
XYZ61.2853.1587.92-
YUV197.41150.91145.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 177 (69.53% from 255) = 27.79%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=34.85%
G=27.79%
B=37.36%

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
Decimal2221772380.070.2600.07284.2664.2181.37
HexDEB1EE71A0711c4051
Octal33626135673207434100121
Binary11011110101100011110111011111010011110001110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB1EE; }

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

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

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

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

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

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

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

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