#DDA4F9

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

Shades of Mauve #DDA4F9

Tints of Mauve #DDA4F9

Color information

#DDA4F9 (or 0xDDA4F9) is unknown color: approx Mauve. HEX triplet: DD, A4 and F9. RGB value is (221,164,249). Sum of RGB (Red+Green+Blue) = 221+164+249=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 164 (64.45% from 255 or 25.87% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDA4F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA4F9 is #225B06. Grayscale: #BEBEBE. Windows color (decimal): -2251527 or 16360669. OLE color: 16360669.

HSL color Cylindrical-coordinate representation of color #DDA4F9: hue angle of 280.24º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDA4F9 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221164249-
CMYK0.110.3400.02
HSL280.24º87.63%80.98%-
HSV(B)280.24º34.14%97.65%-
XYZ60.1948.7695.86-
YUV190.73160.88149.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 164 (64.45% from 255) = 25.87%
BLUE value IS 249 (97.66% from 255) = 39.27%
R=34.86%
G=25.87%
B=39.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211642490.110.3400.02280.2487.6380.98
HexDDA4F9B22021185851
Octal335244371134202430130121
Binary110111011010010011111001101110001001010001100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4F9; }

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

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

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

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

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

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

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

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