#DE9BFB

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

Shades of Mauve #DE9BFB

Tints of Mauve #DE9BFB

Color information

#DE9BFB (or 0xDE9BFB) is unknown color: approx Mauve. HEX triplet: DE, 9B and FB. RGB value is (222,155,251). Sum of RGB (Red+Green+Blue) = 222+155+251=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 155 (60.94% from 255 or 24.68% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9BFB is #216404. Grayscale: #B9B9B9. Windows color (decimal): -2188293 or 16489438. OLE color: 16489438.

HSL color Cylindrical-coordinate representation of color #DE9BFB: hue angle of 281.88º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE9BFB is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222155251-
CMYK0.120.3800.02
HSL281.88º92.31%79.61%-
HSV(B)281.88º38.25%98.43%-
XYZ59.2645.9497.01-
YUV185.98164.7153.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.35%
GREEN value IS 155 (60.94% from 255) = 24.68%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=35.35%
G=24.68%
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.02
SystemRedGreenBlueCMYKHSL
Decimal2221552510.120.3800.02281.8892.3179.61
HexDE9BFBC260211a5c50
Octal336233373144602432134120
Binary110111101001101111111011110010011001010001101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9BFB; }

 p { color: rgb(222,155,251); }

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

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

 a { background-color: rgb(222,155,251); }

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

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

 span { border-color: rgb(222,155,251); }

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