#DDA7FD

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

Shades of Mauve #DDA7FD

Tints of Mauve #DDA7FD

Color information

#DDA7FD (or 0xDDA7FD) is unknown color: approx Mauve. HEX triplet: DD, A7 and FD. RGB value is (221,167,253). Sum of RGB (Red+Green+Blue) = 221+167+253=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 167 (65.62% from 255 or 26.05% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDA7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7FD is #225802. Grayscale: #C0C0C0. Windows color (decimal): -2250755 or 16623581. OLE color: 16623581.

HSL color Cylindrical-coordinate representation of color #DDA7FD: hue angle of 277.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDA7FD is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221167253-
CMYK0.130.3400.01
HSL277.67º95.56%82.35%-
HSV(B)277.67º33.99%99.22%-
XYZ61.3750.199.36-
YUV192.95161.89148.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 167 (65.62% from 255) = 26.05%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=34.48%
G=26.05%
B=39.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211672530.130.3400.01277.6795.5682.35
HexDDA7FDD22011166052
Octal335247375154201426140122
Binary11011101101001111111110111011000100110001011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7FD; }

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

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

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

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

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

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

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

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