#DEA0FF

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

Shades of Mauve #DEA0FF

Tints of Mauve #DEA0FF

Color information

#DEA0FF (or 0xDEA0FF) is unknown color: approx Mauve. HEX triplet: DE, A0 and FF. RGB value is (222,160,255). Sum of RGB (Red+Green+Blue) = 222+160+255=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 160 (62.89% from 255 or 25.12% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA0FF is #215F00. Grayscale: #BDBDBD. Windows color (decimal): -2187009 or 16752862. OLE color: 16752862.

HSL color Cylindrical-coordinate representation of color #DEA0FF: hue angle of 279.16º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEA0FF is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222160255-
CMYK0.130.3700
HSL279.16º100%81.37%-
HSV(B)279.16º37.25%100%-
XYZ60.7547.89100.65-
YUV189.37165.04151.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 160 (62.89% from 255) = 25.12%
BLUE value IS 255 (100% from 255) = 40.03%
R=34.85%
G=25.12%
B=40.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221602550.130.3700279.1610081.37
HexDEA0FFD25001176451
Octal336240377154500427144121
Binary11011110101000001111111111011001010010001011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA0FF; }

 p { color: rgb(222,160,255); }

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

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

 a { background-color: rgb(222,160,255); }

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

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

 span { border-color: rgb(222,160,255); }

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