#DDA6FC

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

Shades of Mauve #DDA6FC

Tints of Mauve #DDA6FC

Color information

#DDA6FC (or 0xDDA6FC) is unknown color: approx Mauve. HEX triplet: DD, A6 and FC. RGB value is (221,166,252). Sum of RGB (Red+Green+Blue) = 221+166+252=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 166 (65.23% from 255 or 25.98% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDA6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA6FC is #225903. Grayscale: #BFBFBF. Windows color (decimal): -2251012 or 16557789. OLE color: 16557789.

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

Color convert

RGB221166252-
CMYK0.120.3400.01
HSL278.37º93.48%81.96%-
HSV(B)278.37º34.13%98.82%-
XYZ61.0349.6798.47-
YUV192.25161.72148.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 166 (65.23% from 255) = 25.98%
BLUE value IS 252 (98.83% from 255) = 39.44%
R=34.59%
G=25.98%
B=39.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211662520.120.3400.01278.3793.4881.96
HexDDA6FCC22011165d52
Octal335246374144201426135122
Binary11011101101001101111110011001000100110001011010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6FC; }

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

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

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

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

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

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

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

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