#DEA7FF

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

Shades of Mauve #DEA7FF

Tints of Mauve #DEA7FF

Color information

#DEA7FF (or 0xDEA7FF) is unknown color: approx Mauve. HEX triplet: DE, A7 and FF. RGB value is (222,167,255). Sum of RGB (Red+Green+Blue) = 222+167+255=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 167 (65.62% from 255 or 25.93% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA7FF is #215800. Grayscale: #C1C1C1. Windows color (decimal): -2185217 or 16754654. OLE color: 16754654.

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

Color convert

RGB222167255-
CMYK0.130.3500
HSL277.5º100%82.75%-
HSV(B)277.5º34.51%100%-
XYZ61.9950.39101.07-
YUV193.48162.72148.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 167 (65.62% from 255) = 25.93%
BLUE value IS 255 (100% from 255) = 39.60%
R=34.47%
G=25.93%
B=39.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221672550.130.3500277.510082.75
HexDEA7FFD23001166453
Octal336247377154300426144123
Binary11011110101001111111111111011000110010001011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA7FF; }

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

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

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

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

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

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

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

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