#DDAAFF

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

Shades of Mauve #DDAAFF

Tints of Mauve #DDAAFF

Color information

#DDAAFF (or 0xDDAAFF) is unknown color: approx Mauve. HEX triplet: DD, AA and FF. RGB value is (221,170,255). Sum of RGB (Red+Green+Blue) = 221+170+255=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAFF is #225500. Grayscale: #C2C2C2. Windows color (decimal): -2249985 or 16755421. OLE color: 16755421.

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

Color convert

RGB221170255-
CMYK0.130.3300
HSL276º100%83.33%-
HSV(B)276º33.33%100%-
XYZ62.2451.34101.24-
YUV194.94161.9146.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 170 (66.80% from 255) = 26.32%
BLUE value IS 255 (100% from 255) = 39.47%
R=34.21%
G=26.32%
B=39.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211702550.130.330027610083.33
HexDDAAFFD21001146453
Octal335252377154100424144123
Binary11011101101010101111111111011000010010001010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAFF; }

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

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

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

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

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

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

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

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