#DDAAED

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

Shades of Mauve #DDAAED

Tints of Mauve #DDAAED

Color information

#DDAAED (or 0xDDAAED) is unknown color: approx Mauve. HEX triplet: DD, AA and ED. RGB value is (221,170,237). Sum of RGB (Red+Green+Blue) = 221+170+237=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDAAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAED is #225512. Grayscale: #C0C0C0. Windows color (decimal): -2250003 or 15575773. OLE color: 15575773.

HSL color Cylindrical-coordinate representation of color #DDAAED: hue angle of 285.67º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDAAED is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221170237-
CMYK0.070.2800.07
HSL285.67º65.05%79.8%-
HSV(B)285.67º28.27%92.94%-
XYZ59.4850.2486.68-
YUV192.89152.9148.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 170 (66.80% from 255) = 27.07%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=35.19%
G=27.07%
B=37.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211702370.070.2800.07285.6765.0579.8
HexDDAAED71C0711e4150
Octal33525235573407436101120
Binary11011101101010101110110111111100011110001111010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAED; }

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

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

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

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

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

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

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

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