#DE9CF3

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

Shades of Mauve #DE9CF3

Tints of Mauve #DE9CF3

Color information

#DE9CF3 (or 0xDE9CF3) is unknown color: approx Mauve. HEX triplet: DE, 9C and F3. RGB value is (222,156,243). Sum of RGB (Red+Green+Blue) = 222+156+243=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #DE9CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9CF3 is #21630C. Grayscale: #B9B9B9. Windows color (decimal): -2188045 or 15965406. OLE color: 15965406.

HSL color Cylindrical-coordinate representation of color #DE9CF3: hue angle of 285.52º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE9CF3 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222156243-
CMYK0.090.3600.05
HSL285.52º78.38%78.24%-
HSV(B)285.52º35.8%95.29%-
XYZ58.1945.7890.56-
YUV185.65160.37153.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 156 (61.33% from 255) = 25.12%
BLUE value IS 243 (95.31% from 255) = 39.13%
R=35.75%
G=25.12%
B=39.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221562430.090.3600.05285.5278.3878.24
HexDE9CF39240511e4e4e
Octal336234363114405436116116
Binary1101111010011100111100111001100100010110001111010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CF3; }

 p { color: rgb(222,156,243); }

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

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

 a { background-color: rgb(222,156,243); }

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

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

 span { border-color: rgb(222,156,243); }

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