#DE9FFA

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

Shades of Mauve #DE9FFA

Tints of Mauve #DE9FFA

Color information

#DE9FFA (or 0xDE9FFA) is unknown color: approx Mauve. HEX triplet: DE, 9F and FA. RGB value is (222,159,250). Sum of RGB (Red+Green+Blue) = 222+159+250=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE9FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9FFA is #216005. Grayscale: #BBBBBB. Windows color (decimal): -2187270 or 16424926. OLE color: 16424926.

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

Color convert

RGB222159250-
CMYK0.110.3600.02
HSL281.54º90.1%80.2%-
HSV(B)281.54º36.4%98.04%-
XYZ59.7847.2396.41-
YUV188.21162.87152.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.18%
GREEN value IS 159 (62.5% from 255) = 25.20%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=35.18%
G=25.20%
B=39.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221592500.110.3600.02281.5490.180.2
HexDE9FFAB240211a5a50
Octal336237372134402432132120
Binary110111101001111111111010101110010001010001101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FFA; }

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

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

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

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

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

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

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

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