#DE9DFF

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

Shades of Mauve #DE9DFF

Tints of Mauve #DE9DFF

Color information

#DE9DFF (or 0xDE9DFF) is unknown color: approx Mauve. HEX triplet: DE, 9D and FF. RGB value is (222,157,255). Sum of RGB (Red+Green+Blue) = 222+157+255=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 157 (61.72% from 255 or 24.76% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9DFF is #216200. Grayscale: #BBBBBB. Windows color (decimal): -2187777 or 16752094. OLE color: 16752094.

HSL color Cylindrical-coordinate representation of color #DE9DFF: hue angle of 279.8º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE9DFF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222157255-
CMYK0.130.3800
HSL279.8º100%80.78%-
HSV(B)279.8º38.43%100%-
XYZ60.2346.86100.48-
YUV187.61166.03152.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 157 (61.72% from 255) = 24.76%
BLUE value IS 255 (100% from 255) = 40.22%
R=35.02%
G=24.76%
B=40.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221572550.130.3800279.810080.78
HexDE9DFFD26001186451
Octal336235377154600430144121
Binary11011110100111011111111111011001100010001100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9DFF; }

 p { color: rgb(222,157,255); }

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

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

 a { background-color: rgb(222,157,255); }

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

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

 span { border-color: rgb(222,157,255); }

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