#DDACF5

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

Shades of Mauve #DDACF5

Tints of Mauve #DDACF5

Color information

#DDACF5 (or 0xDDACF5) is unknown color: approx Mauve. HEX triplet: DD, AC and F5. RGB value is (221,172,245). Sum of RGB (Red+Green+Blue) = 221+172+245=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACF5 is #22530A. Grayscale: #C2C2C2. Windows color (decimal): -2249483 or 16100573. OLE color: 16100573.

HSL color Cylindrical-coordinate representation of color #DDACF5: hue angle of 280.27º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDACF5 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221172245-
CMYK0.100.3000.04
HSL280.27º78.49%81.76%-
HSV(B)280.27º29.8%96.08%-
XYZ61.0551.4793.1-
YUV194.97156.23146.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 172 (67.58% from 255) = 26.96%
BLUE value IS 245 (96.09% from 255) = 38.40%
R=34.64%
G=26.96%
B=38.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211722450.100.3000.04280.2778.4981.76
HexDDACF5A1E041184e52
Octal335254365123604430116122
Binary110111011010110011110101101011110010010001100010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACF5; }

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

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

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

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

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

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

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

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