#DDABF7

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

Shades of Mauve #DDABF7

Tints of Mauve #DDABF7

Color information

#DDABF7 (or 0xDDABF7) is unknown color: approx Mauve. HEX triplet: DD, AB and F7. RGB value is (221,171,247). Sum of RGB (Red+Green+Blue) = 221+171+247=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDABF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABF7 is #225408. Grayscale: #C2C2C2. Windows color (decimal): -2249737 or 16231389. OLE color: 16231389.

HSL color Cylindrical-coordinate representation of color #DDABF7: hue angle of 279.47º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDABF7 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221171247-
CMYK0.110.3100.03
HSL279.47º82.61%81.96%-
HSV(B)279.47º30.77%96.86%-
XYZ61.1751.2194.66-
YUV194.61157.56146.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 171 (67.19% from 255) = 26.76%
BLUE value IS 247 (96.88% from 255) = 38.65%
R=34.59%
G=26.76%
B=38.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211712470.110.3100.03279.4782.6181.96
HexDDABF7B1F031175352
Octal335253367133703427123122
Binary11011101101010111111011110111111101110001011110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABF7; }

 p { color: rgb(221,171,247); }

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

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

 a { background-color: rgb(221,171,247); }

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

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

 span { border-color: rgb(221,171,247); }

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