#DDA7FE

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

Shades of Mauve #DDA7FE

Tints of Mauve #DDA7FE

Color information

#DDA7FE (or 0xDDA7FE) is unknown color: approx Mauve. HEX triplet: DD, A7 and FE. RGB value is (221,167,254). Sum of RGB (Red+Green+Blue) = 221+167+254=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 167 (65.62% from 255 or 26.01% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7FE is #225801. Grayscale: #C0C0C0. Windows color (decimal): -2250754 or 16689117. OLE color: 16689117.

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

Color convert

RGB221167254-
CMYK0.130.3400.00
HSL277.24º97.75%82.55%-
HSV(B)277.24º34.25%99.61%-
XYZ61.5350.17100.21-
YUV193.06162.39147.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 167 (65.62% from 255) = 26.01%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=34.42%
G=26.01%
B=39.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211672540.130.3400.00277.2497.7582.55
HexDDA7FED22001156253
Octal335247376154200425142123
Binary11011101101001111111111011011000100010001010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7FE; }

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

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

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

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

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

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

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

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