#DDA3F2

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

Shades of Mauve #DDA3F2

Tints of Mauve #DDA3F2

Color information

#DDA3F2 (or 0xDDA3F2) is unknown color: approx Mauve. HEX triplet: DD, A3 and F2. RGB value is (221,163,242). Sum of RGB (Red+Green+Blue) = 221+163+242=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 163 (64.06% from 255 or 26.04% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDA3F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA3F2 is #225C0D. Grayscale: #BDBDBD. Windows color (decimal): -2251790 or 15901661. OLE color: 15901661.

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

Color convert

RGB221163242-
CMYK0.090.3300.05
HSL284.05º75.24%79.41%-
HSV(B)284.05º32.64%94.9%-
XYZ58.9447.9890.16-
YUV189.35157.72150.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 163 (64.06% from 255) = 26.04%
BLUE value IS 242 (94.92% from 255) = 38.66%
R=35.30%
G=26.04%
B=38.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211632420.090.3300.05284.0575.2479.41
HexDDA3F29210511c4b4f
Octal335243362114105434113117
Binary1101110110100011111100101001100001010110001110010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA3F2; }

 p { color: rgb(221,163,242); }

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

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

 a { background-color: rgb(221,163,242); }

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

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

 span { border-color: rgb(221,163,242); }

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