#DEA1F1

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

Shades of Mauve #DEA1F1

Tints of Mauve #DEA1F1

Color information

#DEA1F1 (or 0xDEA1F1) is unknown color: approx Mauve. HEX triplet: DE, A1 and F1. RGB value is (222,161,241). Sum of RGB (Red+Green+Blue) = 222+161+241=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEA1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA1F1 is #215E0E. Grayscale: #BCBCBC. Windows color (decimal): -2186767 or 15835614. OLE color: 15835614.

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

Color convert

RGB222161241-
CMYK0.080.3300.05
HSL285.75º74.07%78.82%-
HSV(B)285.75º33.2%94.51%-
XYZ58.7547.3789.27-
YUV188.36157.71152-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 161 (63.28% from 255) = 25.80%
BLUE value IS 241 (94.53% from 255) = 38.62%
R=35.58%
G=25.80%
B=38.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221612410.080.3300.05285.7574.0778.82
HexDEA1F18210511e4a4f
Octal336241361104105436112117
Binary1101111010100001111100011000100001010110001111010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA1F1; }

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

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

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

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

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

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

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

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