#DDA7FF

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

Shades of Mauve #DDA7FF

Tints of Mauve #DDA7FF

Color information

#DDA7FF (or 0xDDA7FF) is unknown color: approx Mauve. HEX triplet: DD, A7 and FF. RGB value is (221,167,255). Sum of RGB (Red+Green+Blue) = 221+167+255=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 167 (65.62% from 255 or 25.97% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7FF is #225800. Grayscale: #C0C0C0. Windows color (decimal): -2250753 or 16754653. OLE color: 16754653.

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

Color convert

RGB221167255-
CMYK0.130.3500
HSL276.82º100%82.75%-
HSV(B)276.82º34.51%100%-
XYZ61.6950.23101.05-
YUV193.18162.89147.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 167 (65.62% from 255) = 25.97%
BLUE value IS 255 (100% from 255) = 39.66%
R=34.37%
G=25.97%
B=39.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211672550.130.3500276.8210082.75
HexDDA7FFD23001156453
Octal335247377154300425144123
Binary11011101101001111111111111011000110010001010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7FF; }

 p { color: rgb(221,167,255); }

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

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

 a { background-color: rgb(221,167,255); }

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

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

 span { border-color: rgb(221,167,255); }

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