#DDA2FE

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

Shades of Mauve #DDA2FE

Tints of Mauve #DDA2FE

Color information

#DDA2FE (or 0xDDA2FE) is unknown color: approx Mauve. HEX triplet: DD, A2 and FE. RGB value is (221,162,254). Sum of RGB (Red+Green+Blue) = 221+162+254=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 162 (63.67% from 255 or 25.43% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDA2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA2FE is #225D01. Grayscale: #BDBDBD. Windows color (decimal): -2252034 or 16687837. OLE color: 16687837.

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

Color convert

RGB221162254-
CMYK0.130.3600.00
HSL278.48º97.87%81.57%-
HSV(B)278.48º36.22%99.61%-
XYZ60.6348.3799.91-
YUV190.13164.05150.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 162 (63.67% from 255) = 25.43%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=34.69%
G=25.43%
B=39.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211622540.130.3600.00278.4897.8781.57
HexDDA2FED24001166252
Octal335242376154400426142122
Binary11011101101000101111111011011001000010001011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA2FE; }

 p { color: rgb(221,162,254); }

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

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

 a { background-color: rgb(221,162,254); }

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

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

 span { border-color: rgb(221,162,254); }

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