#DEA2F0

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

Shades of Mauve #DEA2F0

Tints of Mauve #DEA2F0

Color information

#DEA2F0 (or 0xDEA2F0) is unknown color: approx Mauve. HEX triplet: DE, A2 and F0. RGB value is (222,162,240). Sum of RGB (Red+Green+Blue) = 222+162+240=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEA2F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA2F0 is #215D0F. Grayscale: #BCBCBC. Windows color (decimal): -2186512 or 15770334. OLE color: 15770334.

HSL color Cylindrical-coordinate representation of color #DEA2F0: hue angle of 286.15º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEA2F0 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222162240-
CMYK0.080.3200.06
HSL286.15º72.22%78.82%-
HSV(B)286.15º32.5%94.12%-
XYZ58.7747.6688.54-
YUV188.83156.88151.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 162 (63.67% from 255) = 25.96%
BLUE value IS 240 (94.14% from 255) = 38.46%
R=35.58%
G=25.96%
B=38.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221622400.080.3200.06286.1572.2278.82
HexDEA2F08200611e484f
Octal336242360104006436110117
Binary1101111010100010111100001000100000011010001111010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA2F0; }

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

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

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

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

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

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

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

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