#DDA7ED

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

Shades of Mauve #DDA7ED

Tints of Mauve #DDA7ED

Color information

#DDA7ED (or 0xDDA7ED) is unknown color: approx Mauve. HEX triplet: DD, A7 and ED. RGB value is (221,167,237). Sum of RGB (Red+Green+Blue) = 221+167+237=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDA7ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7ED is #225812. Grayscale: #BEBEBE. Windows color (decimal): -2250771 or 15575005. OLE color: 15575005.

HSL color Cylindrical-coordinate representation of color #DDA7ED: hue angle of 286.29º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA7ED is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221167237-
CMYK0.070.3000.07
HSL286.29º66.04%79.22%-
HSV(B)286.29º29.54%92.94%-
XYZ58.9249.1286.5-
YUV191.13153.89149.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 167 (65.62% from 255) = 26.72%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=35.36%
G=26.72%
B=37.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211672370.070.3000.07286.2966.0479.22
HexDDA7ED71E0711e424f
Octal33524735573607436102117
Binary11011101101001111110110111111110011110001111010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7ED; }

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

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

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

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

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

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

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

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