#DDA5FF

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

Shades of Mauve #DDA5FF

Tints of Mauve #DDA5FF

Color information

#DDA5FF (or 0xDDA5FF) is unknown color: approx Mauve. HEX triplet: DD, A5 and FF. RGB value is (221,165,255). Sum of RGB (Red+Green+Blue) = 221+165+255=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 165 (64.84% from 255 or 25.74% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5FF is #225A00. Grayscale: #BFBFBF. Windows color (decimal): -2251265 or 16754141. OLE color: 16754141.

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

Color convert

RGB221165255-
CMYK0.130.3500
HSL277.33º100%82.35%-
HSV(B)277.33º35.29%100%-
XYZ61.3249.5100.93-
YUV192163.55148.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 165 (64.84% from 255) = 25.74%
BLUE value IS 255 (100% from 255) = 39.78%
R=34.48%
G=25.74%
B=39.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211652550.130.3500277.3310082.35
HexDDA5FFD23001156452
Octal335245377154300425144122
Binary11011101101001011111111111011000110010001010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5FF; }

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

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

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

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

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

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

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

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