#DDA4FF

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

Shades of Mauve #DDA4FF

Tints of Mauve #DDA4FF

Color information

#DDA4FF (or 0xDDA4FF) is unknown color: approx Mauve. HEX triplet: DD, A4 and FF. RGB value is (221,164,255). Sum of RGB (Red+Green+Blue) = 221+164+255=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 164 (64.45% from 255 or 25.62% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA4FF is #225B00. Grayscale: #BFBFBF. Windows color (decimal): -2251521 or 16753885. OLE color: 16753885.

HSL color Cylindrical-coordinate representation of color #DDA4FF: hue angle of 277.58º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA4FF is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221164255-
CMYK0.130.3600
HSL277.58º100%82.16%-
HSV(B)277.58º35.69%100%-
XYZ61.1449.14100.87-
YUV191.42163.88149.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 164 (64.45% from 255) = 25.62%
BLUE value IS 255 (100% from 255) = 39.84%
R=34.53%
G=25.62%
B=39.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211642550.130.3600277.5810082.16
HexDDA4FFD24001166452
Octal335244377154400426144122
Binary11011101101001001111111111011001000010001011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4FF; }

 p { color: rgb(221,164,255); }

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

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

 a { background-color: rgb(221,164,255); }

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

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

 span { border-color: rgb(221,164,255); }

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