#DEA0F1

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

Shades of Mauve #DEA0F1

Tints of Mauve #DEA0F1

Color information

#DEA0F1 (or 0xDEA0F1) is unknown color: approx Mauve. HEX triplet: DE, A0 and F1. RGB value is (222,160,241). Sum of RGB (Red+Green+Blue) = 222+160+241=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 160 (62.89% from 255 or 25.68% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEA0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA0F1 is #215F0E. Grayscale: #BBBBBB. Windows color (decimal): -2187023 or 15835358. OLE color: 15835358.

HSL color Cylindrical-coordinate representation of color #DEA0F1: hue angle of 285.93º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEA0F1 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222160241-
CMYK0.080.3400.05
HSL285.93º74.31%78.63%-
HSV(B)285.93º33.61%94.51%-
XYZ58.5747.0289.21-
YUV187.77158.04152.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 160 (62.89% from 255) = 25.68%
BLUE value IS 241 (94.53% from 255) = 38.68%
R=35.63%
G=25.68%
B=38.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221602410.080.3400.05285.9374.3178.63
HexDEA0F18220511e4a4f
Octal336240361104205436112117
Binary1101111010100000111100011000100010010110001111010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA0F1; }

 p { color: rgb(222,160,241); }

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

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

 a { background-color: rgb(222,160,241); }

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

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

 span { border-color: rgb(222,160,241); }

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