#DDA3F9

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

Shades of Mauve #DDA3F9

Tints of Mauve #DDA3F9

Color information

#DDA3F9 (or 0xDDA3F9) is unknown color: approx Mauve. HEX triplet: DD, A3 and F9. RGB value is (221,163,249). Sum of RGB (Red+Green+Blue) = 221+163+249=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 163 (64.06% from 255 or 25.75% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDA3F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA3F9 is #225C06. Grayscale: #BDBDBD. Windows color (decimal): -2251783 or 16360413. OLE color: 16360413.

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

Color convert

RGB221163249-
CMYK0.110.3500.02
HSL280.47º87.76%80.78%-
HSV(B)280.47º34.54%97.65%-
XYZ60.0148.4195.8-
YUV190.15161.22150.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 163 (64.06% from 255) = 25.75%
BLUE value IS 249 (97.66% from 255) = 39.34%
R=34.91%
G=25.75%
B=39.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211632490.110.3500.02280.4787.7680.78
HexDDA3F9B23021185851
Octal335243371134302430130121
Binary110111011010001111111001101110001101010001100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA3F9; }

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

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

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

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

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

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

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

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