#DDA3EE

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

Shades of Mauve #DDA3EE

Tints of Mauve #DDA3EE

Color information

#DDA3EE (or 0xDDA3EE) is unknown color: approx Mauve. HEX triplet: DD, A3 and EE. RGB value is (221,163,238). Sum of RGB (Red+Green+Blue) = 221+163+238=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 163 (64.06% from 255 or 26.21% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA3EE is #225C11. Grayscale: #BCBCBC. Windows color (decimal): -2251794 or 15639517. OLE color: 15639517.

HSL color Cylindrical-coordinate representation of color #DDA3EE: hue angle of 286.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA3EE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221163238-
CMYK0.070.3200.07
HSL286.4º68.81%78.63%-
HSV(B)286.4º31.51%93.33%-
XYZ58.3547.7487.03-
YUV188.89155.72150.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 163 (64.06% from 255) = 26.21%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=35.53%
G=26.21%
B=38.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211632380.070.3200.07286.468.8178.63
HexDDA3EE7200711e454f
Octal33524335674007436105117
Binary110111011010001111101110111100000011110001111010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA3EE; }

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

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

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

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

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

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

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

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