#DDA0F5

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

Shades of Mauve #DDA0F5

Tints of Mauve #DDA0F5

Color information

#DDA0F5 (or 0xDDA0F5) is unknown color: approx Mauve. HEX triplet: DD, A0 and F5. RGB value is (221,160,245). Sum of RGB (Red+Green+Blue) = 221+160+245=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 160 (62.89% from 255 or 25.56% from 626); Blue value is 245 (96.09% from 255 or 39.14% from 626); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDA0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA0F5 is #225F0A. Grayscale: #BBBBBB. Windows color (decimal): -2252555 or 16097501. OLE color: 16097501.

HSL color Cylindrical-coordinate representation of color #DDA0F5: hue angle of 283.06º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDA0F5 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221160245-
CMYK0.100.3500.04
HSL283.06º80.95%79.41%-
HSV(B)283.06º34.69%96.08%-
XYZ58.8747.1192.38-
YUV187.93160.21151.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 160 (62.89% from 255) = 25.56%
BLUE value IS 245 (96.09% from 255) = 39.14%
R=35.30%
G=25.56%
B=39.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211602450.100.3500.04283.0680.9579.41
HexDDA0F5A230411b514f
Octal335240365124304433121117
Binary1101110110100000111101011010100011010010001101110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA0F5; }

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

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

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

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

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

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

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

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