#DE9EFD

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

Shades of Mauve #DE9EFD

Tints of Mauve #DE9EFD

Color information

#DE9EFD (or 0xDE9EFD) is unknown color: approx Mauve. HEX triplet: DE, 9E and FD. RGB value is (222,158,253). Sum of RGB (Red+Green+Blue) = 222+158+253=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 158 (62.11% from 255 or 24.96% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE9EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9EFD is #216102. Grayscale: #BBBBBB. Windows color (decimal): -2187523 or 16621278. OLE color: 16621278.

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

Color convert

RGB222158253-
CMYK0.120.3800.01
HSL280.42º95.96%80.59%-
HSV(B)280.42º37.55%99.22%-
XYZ60.0847.0898.85-
YUV187.97164.7152.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 158 (62.11% from 255) = 24.96%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=35.07%
G=24.96%
B=39.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221582530.120.3800.01280.4295.9680.59
HexDE9EFDC26011186051
Octal336236375144601430140121
Binary11011110100111101111110111001001100110001100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9EFD; }

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

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

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

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

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

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

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

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