#DE9EFC

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

Shades of Mauve #DE9EFC

Tints of Mauve #DE9EFC

Color information

#DE9EFC (or 0xDE9EFC) is unknown color: approx Mauve. HEX triplet: DE, 9E and FC. RGB value is (222,158,252). Sum of RGB (Red+Green+Blue) = 222+158+252=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 158 (62.11% from 255 or 25% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9EFC is #216103. Grayscale: #BBBBBB. Windows color (decimal): -2187524 or 16555742. OLE color: 16555742.

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

Color convert

RGB222158252-
CMYK0.120.3700.01
HSL280.85º94%80.39%-
HSV(B)280.85º37.3%98.82%-
XYZ59.9247.0198.01-
YUV187.85164.2152.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.13%
GREEN value IS 158 (62.11% from 255) = 25%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=35.13%
G=25%
B=39.87%

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
Decimal2221582520.120.3700.01280.859480.39
HexDE9EFCC25011195e50
Octal336236374144501431136120
Binary11011110100111101111110011001001010110001100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9EFC; }

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

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

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

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

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

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

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

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