#DDA6F6

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

Shades of Mauve #DDA6F6

Tints of Mauve #DDA6F6

Color information

#DDA6F6 (or 0xDDA6F6) is unknown color: approx Mauve. HEX triplet: DD, A6 and F6. RGB value is (221,166,246). Sum of RGB (Red+Green+Blue) = 221+166+246=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 166 (65.23% from 255 or 26.22% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDA6F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA6F6 is #225909. Grayscale: #BFBFBF. Windows color (decimal): -2251018 or 16164573. OLE color: 16164573.

HSL color Cylindrical-coordinate representation of color #DDA6F6: hue angle of 281.25º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA6F6 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221166246-
CMYK0.100.3300.04
HSL281.25º81.63%80.78%-
HSV(B)281.25º32.52%96.47%-
XYZ60.0949.393.54-
YUV191.56158.72149-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 166 (65.23% from 255) = 26.22%
BLUE value IS 246 (96.48% from 255) = 38.86%
R=34.91%
G=26.22%
B=38.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211662460.100.3300.04281.2581.6380.78
HexDDA6F6A21041195251
Octal335246366124104431122121
Binary1101110110100110111101101010100001010010001100110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6F6; }

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

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

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

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

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

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

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

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