#DDAAFA

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

Shades of Mauve #DDAAFA

Tints of Mauve #DDAAFA

Color information

#DDAAFA (or 0xDDAAFA) is unknown color: approx Mauve. HEX triplet: DD, AA and FA. RGB value is (221,170,250). Sum of RGB (Red+Green+Blue) = 221+170+250=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAFA is #225505. Grayscale: #C2C2C2. Windows color (decimal): -2249990 or 16427741. OLE color: 16427741.

HSL color Cylindrical-coordinate representation of color #DDAAFA: hue angle of 278.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDAAFA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221170250-
CMYK0.120.3200.02
HSL278.25º88.89%82.35%-
HSV(B)278.25º32%98.04%-
XYZ61.4551.0297.05-
YUV194.37159.4147-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 170 (66.80% from 255) = 26.52%
BLUE value IS 250 (98.05% from 255) = 39.00%
R=34.48%
G=26.52%
B=39.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211702500.120.3200.02278.2588.8982.35
HexDDAAFAC20021165952
Octal335252372144002426131122
Binary110111011010101011111010110010000001010001011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAFA; }

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

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

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

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

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

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

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

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