#DDABF9

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

Shades of Mauve #DDABF9

Tints of Mauve #DDABF9

Color information

#DDABF9 (or 0xDDABF9) is unknown color: approx Mauve. HEX triplet: DD, AB and F9. RGB value is (221,171,249). Sum of RGB (Red+Green+Blue) = 221+171+249=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDABF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABF9 is #225406. Grayscale: #C2C2C2. Windows color (decimal): -2249735 or 16362461. OLE color: 16362461.

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

Color convert

RGB221171249-
CMYK0.110.3100.02
HSL278.46º86.67%82.35%-
HSV(B)278.46º31.33%97.65%-
XYZ61.4851.3496.29-
YUV194.84158.56146.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 171 (67.19% from 255) = 26.68%
BLUE value IS 249 (97.66% from 255) = 38.85%
R=34.48%
G=26.68%
B=38.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211712490.110.3100.02278.4686.6782.35
HexDDABF9B1F021165752
Octal335253371133702426127122
Binary11011101101010111111100110111111101010001011010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABF9; }

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

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

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

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

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

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

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

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