#DDA0FA

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

Shades of Mauve #DDA0FA

Tints of Mauve #DDA0FA

Color information

#DDA0FA (or 0xDDA0FA) is unknown color: approx Mauve. HEX triplet: DD, A0 and FA. RGB value is (221,160,250). Sum of RGB (Red+Green+Blue) = 221+160+250=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 160 (62.89% from 255 or 25.36% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA0FA is #225F05. Grayscale: #BCBCBC. Windows color (decimal): -2252550 or 16425181. OLE color: 16425181.

HSL color Cylindrical-coordinate representation of color #DDA0FA: hue angle of 280.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA0FA is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221160250-
CMYK0.120.3600.02
HSL280.67º90%80.39%-
HSV(B)280.67º36%98.04%-
XYZ59.6447.4296.45-
YUV188.5162.71151.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 160 (62.89% from 255) = 25.36%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=35.02%
G=25.36%
B=39.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211602500.120.3600.02280.679080.39
HexDDA0FAC24021195a50
Octal335240372144402431132120
Binary110111011010000011111010110010010001010001100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA0FA; }

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

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

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

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

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

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

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

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