#DEA2FF

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

Shades of Mauve #DEA2FF

Tints of Mauve #DEA2FF

Color information

#DEA2FF (or 0xDEA2FF) is unknown color: approx Mauve. HEX triplet: DE, A2 and FF. RGB value is (222,162,255). Sum of RGB (Red+Green+Blue) = 222+162+255=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 162 (63.67% from 255 or 25.35% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA2FF is #215D00. Grayscale: #BEBEBE. Windows color (decimal): -2186497 or 16753374. OLE color: 16753374.

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

Color convert

RGB222162255-
CMYK0.130.3600
HSL278.71º100%81.76%-
HSV(B)278.71º36.47%100%-
XYZ61.0948.59100.77-
YUV190.54164.38150.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 162 (63.67% from 255) = 25.35%
BLUE value IS 255 (100% from 255) = 39.91%
R=34.74%
G=25.35%
B=39.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221622550.130.3600278.7110081.76
HexDEA2FFD24001176452
Octal336242377154400427144122
Binary11011110101000101111111111011001000010001011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA2FF; }

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

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

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

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

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

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

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

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