#DE9FFD

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

Shades of Mauve #DE9FFD

Tints of Mauve #DE9FFD

Color information

#DE9FFD (or 0xDE9FFD) is unknown color: approx Mauve. HEX triplet: DE, 9F and FD. RGB value is (222,159,253). Sum of RGB (Red+Green+Blue) = 222+159+253=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9FFD is #216002. Grayscale: #BCBCBC. Windows color (decimal): -2187267 or 16621534. OLE color: 16621534.

HSL color Cylindrical-coordinate representation of color #DE9FFD: hue angle of 280.21º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE9FFD is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222159253-
CMYK0.120.3700.01
HSL280.21º95.92%80.78%-
HSV(B)280.21º37.15%99.22%-
XYZ60.2547.4298.91-
YUV188.55164.37151.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 159 (62.5% from 255) = 25.08%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=35.02%
G=25.08%
B=39.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221592530.120.3700.01280.2195.9280.78
HexDE9FFDC25011186051
Octal336237375144501430140121
Binary11011110100111111111110111001001010110001100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FFD; }

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

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

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

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

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

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

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

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