#DDA9F1

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

Shades of Mauve #DDA9F1

Tints of Mauve #DDA9F1

Color information

#DDA9F1 (or 0xDDA9F1) is unknown color: approx Mauve. HEX triplet: DD, A9 and F1. RGB value is (221,169,241). Sum of RGB (Red+Green+Blue) = 221+169+241=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 169 (66.41% from 255 or 26.78% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDA9F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9F1 is #22560E. Grayscale: #C0C0C0. Windows color (decimal): -2250255 or 15837661. OLE color: 15837661.

HSL color Cylindrical-coordinate representation of color #DDA9F1: hue angle of 283.33º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA9F1 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221169241-
CMYK0.080.3000.05
HSL283.33º72%80.39%-
HSV(B)283.33º29.88%94.51%-
XYZ59.8850.189.73-
YUV192.76155.23148.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 169 (66.41% from 255) = 26.78%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=35.02%
G=26.78%
B=38.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211692410.080.3000.05283.337280.39
HexDDA9F181E0511b4850
Octal335251361103605433110120
Binary110111011010100111110001100011110010110001101110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA9F1; }

 p { color: rgb(221,169,241); }

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

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

 a { background-color: rgb(221,169,241); }

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

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

 span { border-color: rgb(221,169,241); }

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