#DDA5FD

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

Shades of Mauve #DDA5FD

Tints of Mauve #DDA5FD

Color information

#DDA5FD (or 0xDDA5FD) is unknown color: approx Mauve. HEX triplet: DD, A5 and FD. RGB value is (221,165,253). Sum of RGB (Red+Green+Blue) = 221+165+253=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 165 (64.84% from 255 or 25.82% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDA5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5FD is #225A02. Grayscale: #BFBFBF. Windows color (decimal): -2251267 or 16623069. OLE color: 16623069.

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

Color convert

RGB221165253-
CMYK0.130.3500.01
HSL278.18º95.65%81.96%-
HSV(B)278.18º34.78%99.22%-
XYZ6149.3799.24-
YUV191.78162.55148.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 165 (64.84% from 255) = 25.82%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=34.59%
G=25.82%
B=39.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211652530.130.3500.01278.1895.6581.96
HexDDA5FDD23011166052
Octal335245375154301426140122
Binary11011101101001011111110111011000110110001011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5FD; }

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

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

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

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

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

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

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

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