#DDACFF

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

Shades of Mauve #DDACFF

Tints of Mauve #DDACFF

Color information

#DDACFF (or 0xDDACFF) is unknown color: approx Mauve. HEX triplet: DD, AC and FF. RGB value is (221,172,255). Sum of RGB (Red+Green+Blue) = 221+172+255=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACFF is #225300. Grayscale: #C3C3C3. Windows color (decimal): -2249473 or 16755933. OLE color: 16755933.

HSL color Cylindrical-coordinate representation of color #DDACFF: hue angle of 275.42º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDACFF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221172255-
CMYK0.130.3300
HSL275.42º100%83.73%-
HSV(B)275.42º32.55%100%-
XYZ62.6252.1101.36-
YUV196.11161.23145.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 172 (67.58% from 255) = 26.54%
BLUE value IS 255 (100% from 255) = 39.35%
R=34.10%
G=26.54%
B=39.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211722550.130.3300275.4210083.73
HexDDACFFD21001136454
Octal335254377154100423144124
Binary11011101101011001111111111011000010010001001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACFF; }

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

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

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

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

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

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

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

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