#DEA4F2

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

Shades of Mauve #DEA4F2

Tints of Mauve #DEA4F2

Color information

#DEA4F2 (or 0xDEA4F2) is unknown color: approx Mauve. HEX triplet: DE, A4 and F2. RGB value is (222,164,242). Sum of RGB (Red+Green+Blue) = 222+164+242=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 164 (64.45% from 255 or 26.11% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEA4F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA4F2 is #215B0D. Grayscale: #BDBDBD. Windows color (decimal): -2185998 or 15901918. OLE color: 15901918.

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

Color convert

RGB222164242-
CMYK0.080.3200.05
HSL284.62º75%79.61%-
HSV(B)284.62º32.23%94.9%-
XYZ59.4348.4990.23-
YUV190.23157.22150.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.35%
GREEN value IS 164 (64.45% from 255) = 26.11%
BLUE value IS 242 (94.92% from 255) = 38.54%
R=35.35%
G=26.11%
B=38.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221642420.080.3200.05284.627579.61
HexDEA4F28200511d4b50
Octal336244362104005435113120
Binary1101111010100100111100101000100000010110001110110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA4F2; }

 p { color: rgb(222,164,242); }

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

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

 a { background-color: rgb(222,164,242); }

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

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

 span { border-color: rgb(222,164,242); }

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