#DDACF3

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

Shades of Mauve #DDACF3

Tints of Mauve #DDACF3

Color information

#DDACF3 (or 0xDDACF3) is unknown color: approx Mauve. HEX triplet: DD, AC and F3. RGB value is (221,172,243). Sum of RGB (Red+Green+Blue) = 221+172+243=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACF3 is #22530C. Grayscale: #C2C2C2. Windows color (decimal): -2249485 or 15969501. OLE color: 15969501.

HSL color Cylindrical-coordinate representation of color #DDACF3: hue angle of 281.41º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDACF3 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221172243-
CMYK0.090.2900.05
HSL281.41º74.74%81.37%-
HSV(B)281.41º29.22%95.29%-
XYZ60.7551.3591.5-
YUV194.74155.23146.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 172 (67.58% from 255) = 27.04%
BLUE value IS 243 (95.31% from 255) = 38.21%
R=34.75%
G=27.04%
B=38.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211722430.090.2900.05281.4174.7481.37
HexDDACF391D051194b51
Octal335254363113505431113121
Binary110111011010110011110011100111101010110001100110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACF3; }

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

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

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

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

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

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

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

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