#DEA8FA

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

Shades of Mauve #DEA8FA

Tints of Mauve #DEA8FA

Color information

#DEA8FA (or 0xDEA8FA) is unknown color: approx Mauve. HEX triplet: DE, A8 and FA. RGB value is (222,168,250). Sum of RGB (Red+Green+Blue) = 222+168+250=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 168 (66.02% from 255 or 26.25% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEA8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA8FA is #215705. Grayscale: #C1C1C1. Windows color (decimal): -2184966 or 16427230. OLE color: 16427230.

HSL color Cylindrical-coordinate representation of color #DEA8FA: hue angle of 279.51º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEA8FA is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222168250-
CMYK0.110.3300.02
HSL279.51º89.13%81.96%-
HSV(B)279.51º32.8%98.04%-
XYZ61.3850.4496.94-
YUV193.49159.89148.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 168 (66.02% from 255) = 26.25%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=34.69%
G=26.25%
B=39.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221682500.110.3300.02279.5189.1381.96
HexDEA8FAB21021185952
Octal336250372134102430131122
Binary110111101010100011111010101110000101010001100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8FA; }

 p { color: rgb(222,168,250); }

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

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

 a { background-color: rgb(222,168,250); }

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

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

 span { border-color: rgb(222,168,250); }

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