#DDA8FF

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

Shades of Mauve #DDA8FF

Tints of Mauve #DDA8FF

Color information

#DDA8FF (or 0xDDA8FF) is unknown color: approx Mauve. HEX triplet: DD, A8 and FF. RGB value is (221,168,255). Sum of RGB (Red+Green+Blue) = 221+168+255=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 168 (66.02% from 255 or 26.09% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA8FF is #225700. Grayscale: #C1C1C1. Windows color (decimal): -2250497 or 16754909. OLE color: 16754909.

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

Color convert

RGB221168255-
CMYK0.130.3400
HSL276.55º100%82.94%-
HSV(B)276.55º34.12%100%-
XYZ61.8750.6101.11-
YUV193.76162.56147.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.32%
GREEN value IS 168 (66.02% from 255) = 26.09%
BLUE value IS 255 (100% from 255) = 39.60%
R=34.32%
G=26.09%
B=39.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211682550.130.3400276.5510082.94
HexDDA8FFD22001156453
Octal335250377154200425144123
Binary11011101101010001111111111011000100010001010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8FF; }

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

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

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

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

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

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

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

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