#DE9EFF

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

Shades of Mauve #DE9EFF

Tints of Mauve #DE9EFF

Color information

#DE9EFF (or 0xDE9EFF) is unknown color: approx Mauve. HEX triplet: DE, 9E and FF. RGB value is (222,158,255). Sum of RGB (Red+Green+Blue) = 222+158+255=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 158 (62.11% from 255 or 24.88% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9EFF is #216100. Grayscale: #BBBBBB. Windows color (decimal): -2187521 or 16752350. OLE color: 16752350.

HSL color Cylindrical-coordinate representation of color #DE9EFF: hue angle of 279.59º 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 #DE9EFF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222158255-
CMYK0.130.3800
HSL279.59º100%80.98%-
HSV(B)279.59º38.04%100%-
XYZ60.447.2100.54-
YUV188.19165.7152.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 158 (62.11% from 255) = 24.88%
BLUE value IS 255 (100% from 255) = 40.16%
R=34.96%
G=24.88%
B=40.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221582550.130.3800279.5910080.98
HexDE9EFFD26001186451
Octal336236377154600430144121
Binary11011110100111101111111111011001100010001100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9EFF; }

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

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

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

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

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

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

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

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