#DDACF9

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

Shades of Mauve #DDACF9

Tints of Mauve #DDACF9

Color information

#DDACF9 (or 0xDDACF9) is unknown color: approx Mauve. HEX triplet: DD, AC and F9. RGB value is (221,172,249). Sum of RGB (Red+Green+Blue) = 221+172+249=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACF9 is #225306. Grayscale: #C3C3C3. Windows color (decimal): -2249479 or 16362717. OLE color: 16362717.

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

Color convert

RGB221172249-
CMYK0.110.3100.02
HSL278.18º86.52%82.55%-
HSV(B)278.18º30.92%97.65%-
XYZ61.6751.7296.35-
YUV195.43158.23146.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 172 (67.58% from 255) = 26.79%
BLUE value IS 249 (97.66% from 255) = 38.79%
R=34.42%
G=26.79%
B=38.79%

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
Decimal2211722490.110.3100.02278.1886.5282.55
HexDDACF9B1F021165753
Octal335254371133702426127123
Binary11011101101011001111100110111111101010001011010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACF9; }

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

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

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

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

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

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

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

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