#DDACEC

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

Shades of Mauve #DDACEC

Tints of Mauve #DDACEC

Color information

#DDACEC (or 0xDDACEC) is unknown color: approx Mauve. HEX triplet: DD, AC and EC. RGB value is (221,172,236). Sum of RGB (Red+Green+Blue) = 221+172+236=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACEC is #225313. Grayscale: #C1C1C1. Windows color (decimal): -2249492 or 15510749. OLE color: 15510749.

HSL color Cylindrical-coordinate representation of color #DDACEC: hue angle of 285.94º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDACEC is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221172236-
CMYK0.060.2700.07
HSL285.94º62.75%80%-
HSV(B)285.94º27.12%92.55%-
XYZ59.7150.9386.04-
YUV193.95151.73147.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.14%
GREEN value IS 172 (67.58% from 255) = 27.34%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=35.14%
G=27.34%
B=37.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211722360.060.2700.07285.9462.7580
HexDDACEC61B0711e3f50
Octal3352543546330743677120
Binary1101110110101100111011001101101101111000111101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACEC; }

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

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

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

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

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

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

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

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