#DEA3F9

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

Shades of Mauve #DEA3F9

Tints of Mauve #DEA3F9

Color information

#DEA3F9 (or 0xDEA3F9) is unknown color: approx Mauve. HEX triplet: DE, A3 and F9. RGB value is (222,163,249). Sum of RGB (Red+Green+Blue) = 222+163+249=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 163 (64.06% from 255 or 25.71% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEA3F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA3F9 is #215C06. Grayscale: #BEBEBE. Windows color (decimal): -2186247 or 16360414. OLE color: 16360414.

HSL color Cylindrical-coordinate representation of color #DEA3F9: hue angle of 281.16º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEA3F9 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222163249-
CMYK0.110.3500.02
HSL281.16º87.76%80.78%-
HSV(B)281.16º34.54%97.65%-
XYZ60.3248.5695.82-
YUV190.44161.05150.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 163 (64.06% from 255) = 25.71%
BLUE value IS 249 (97.66% from 255) = 39.27%
R=35.02%
G=25.71%
B=39.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221632490.110.3500.02281.1687.7680.78
HexDEA3F9B23021195851
Octal336243371134302431130121
Binary110111101010001111111001101110001101010001100110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA3F9; }

 p { color: rgb(222,163,249); }

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

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

 a { background-color: rgb(222,163,249); }

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

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

 span { border-color: rgb(222,163,249); }

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