#DEA7F6

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

Shades of Mauve #DEA7F6

Tints of Mauve #DEA7F6

Color information

#DEA7F6 (or 0xDEA7F6) is unknown color: approx Mauve. HEX triplet: DE, A7 and F6. RGB value is (222,167,246). Sum of RGB (Red+Green+Blue) = 222+167+246=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 167 (65.62% from 255 or 26.30% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEA7F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA7F6 is #215809. Grayscale: #C0C0C0. Windows color (decimal): -2185226 or 16164830. OLE color: 16164830.

HSL color Cylindrical-coordinate representation of color #DEA7F6: hue angle of 281.77º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEA7F6 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222167246-
CMYK0.100.3200.04
HSL281.77º81.44%80.98%-
HSV(B)281.77º32.11%96.47%-
XYZ60.5849.8293.61-
YUV192.45158.22149.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 167 (65.62% from 255) = 26.30%
BLUE value IS 246 (96.48% from 255) = 38.74%
R=34.96%
G=26.30%
B=38.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221672460.100.3200.04281.7781.4480.98
HexDEA7F6A200411a5151
Octal336247366124004432121121
Binary1101111010100111111101101010100000010010001101010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA7F6; }

 p { color: rgb(222,167,246); }

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

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

 a { background-color: rgb(222,167,246); }

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

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

 span { border-color: rgb(222,167,246); }

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