#DDA9FD

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

Shades of Mauve #DDA9FD

Tints of Mauve #DDA9FD

Color information

#DDA9FD (or 0xDDA9FD) is unknown color: approx Mauve. HEX triplet: DD, A9 and FD. RGB value is (221,169,253). Sum of RGB (Red+Green+Blue) = 221+169+253=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 169 (66.41% from 255 or 26.28% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDA9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9FD is #225602. Grayscale: #C1C1C1. Windows color (decimal): -2250243 or 16624093. OLE color: 16624093.

HSL color Cylindrical-coordinate representation of color #DDA9FD: hue angle of 277.14º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA9FD is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221169253-
CMYK0.130.3300.01
HSL277.14º95.45%82.75%-
HSV(B)277.14º33.2%99.22%-
XYZ61.7450.8499.49-
YUV194.12161.23147.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 169 (66.41% from 255) = 26.28%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=34.37%
G=26.28%
B=39.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211692530.130.3300.01277.1495.4582.75
HexDDA9FDD21011155f53
Octal335251375154101425137123
Binary11011101101010011111110111011000010110001010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA9FD; }

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

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

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

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

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

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

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

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