#DDA6FD

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

Shades of Mauve #DDA6FD

Tints of Mauve #DDA6FD

Color information

#DDA6FD (or 0xDDA6FD) is unknown color: approx Mauve. HEX triplet: DD, A6 and FD. RGB value is (221,166,253). Sum of RGB (Red+Green+Blue) = 221+166+253=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 166 (65.23% from 255 or 25.94% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDA6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA6FD is #225902. Grayscale: #C0C0C0. Windows color (decimal): -2251011 or 16623325. OLE color: 16623325.

HSL color Cylindrical-coordinate representation of color #DDA6FD: hue angle of 277.93º 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 #DDA6FD is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221166253-
CMYK0.130.3400.01
HSL277.93º95.6%82.16%-
HSV(B)277.93º34.39%99.22%-
XYZ61.1849.7499.3-
YUV192.36162.22148.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 166 (65.23% from 255) = 25.94%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=34.53%
G=25.94%
B=39.53%

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
Decimal2211662530.130.3400.01277.9395.682.16
HexDDA6FDD22011166052
Octal335246375154201426140122
Binary11011101101001101111110111011000100110001011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6FD; }

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

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

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

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

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

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

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

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