#DDACF0

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

Shades of Mauve #DDACF0

Tints of Mauve #DDACF0

Color information

#DDACF0 (or 0xDDACF0) is unknown color: approx Mauve. HEX triplet: DD, AC and F0. RGB value is (221,172,240). Sum of RGB (Red+Green+Blue) = 221+172+240=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACF0 is #22530F. Grayscale: #C2C2C2. Windows color (decimal): -2249488 or 15772893. OLE color: 15772893.

HSL color Cylindrical-coordinate representation of color #DDACF0: hue angle of 283.24º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDACF0 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221172240-
CMYK0.080.2800.06
HSL283.24º69.39%80.78%-
HSV(B)283.24º28.33%94.12%-
XYZ60.351.1789.14-
YUV194.4153.73146.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 172 (67.58% from 255) = 27.17%
BLUE value IS 240 (94.14% from 255) = 37.91%
R=34.91%
G=27.17%
B=37.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2211722400.080.2800.06283.2469.3980.78
HexDDACF081C0611b4551
Octal335254360103406433105121
Binary110111011010110011110000100011100011010001101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACF0; }

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

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

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

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

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

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

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

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