#DD9EFA

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

Shades of Mauve #DD9EFA

Tints of Mauve #DD9EFA

Color information

#DD9EFA (or 0xDD9EFA) is unknown color: approx Mauve. HEX triplet: DD, 9E and FA. RGB value is (221,158,250). Sum of RGB (Red+Green+Blue) = 221+158+250=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 158 (62.11% from 255 or 25.12% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD9EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9EFA is #226105. Grayscale: #BBBBBB. Windows color (decimal): -2253062 or 16424669. OLE color: 16424669.

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

Color convert

RGB221158250-
CMYK0.120.3700.02
HSL281.09º90.2%80%-
HSV(B)281.09º36.8%98.04%-
XYZ59.346.7396.34-
YUV187.32163.37152.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.14%
GREEN value IS 158 (62.11% from 255) = 25.12%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=35.14%
G=25.12%
B=39.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211582500.120.3700.02281.0990.280
HexDD9EFAC25021195a50
Octal335236372144502431132120
Binary110111011001111011111010110010010101010001100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9EFA; }

 p { color: rgb(221,158,250); }

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

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

 a { background-color: rgb(221,158,250); }

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

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

 span { border-color: rgb(221,158,250); }

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