#DDA9FB

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

Shades of Mauve #DDA9FB

Tints of Mauve #DDA9FB

Color information

#DDA9FB (or 0xDDA9FB) is unknown color: approx Mauve. HEX triplet: DD, A9 and FB. RGB value is (221,169,251). Sum of RGB (Red+Green+Blue) = 221+169+251=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 169 (66.41% from 255 or 26.37% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDA9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9FB is #225604. Grayscale: #C1C1C1. Windows color (decimal): -2250245 or 16493021. OLE color: 16493021.

HSL color Cylindrical-coordinate representation of color #DDA9FB: hue angle of 278.05º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA9FB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221169251-
CMYK0.120.3300.02
HSL278.05º91.11%82.35%-
HSV(B)278.05º32.67%98.43%-
XYZ61.4250.7197.82-
YUV193.9160.23147.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 169 (66.41% from 255) = 26.37%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=34.48%
G=26.37%
B=39.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211692510.120.3300.02278.0591.1182.35
HexDDA9FBC21021165b52
Octal335251373144102426133122
Binary110111011010100111111011110010000101010001011010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA9FB; }

 p { color: rgb(221,169,251); }

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

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

 a { background-color: rgb(221,169,251); }

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

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

 span { border-color: rgb(221,169,251); }

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