#DDA4FB

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

Shades of Mauve #DDA4FB

Tints of Mauve #DDA4FB

Color information

#DDA4FB (or 0xDDA4FB) is unknown color: approx Mauve. HEX triplet: DD, A4 and FB. RGB value is (221,164,251). Sum of RGB (Red+Green+Blue) = 221+164+251=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 164 (64.45% from 255 or 25.79% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDA4FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA4FB is #225B04. Grayscale: #BEBEBE. Windows color (decimal): -2251525 or 16491741. OLE color: 16491741.

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

Color convert

RGB221164251-
CMYK0.120.3500.02
HSL279.31º91.58%81.37%-
HSV(B)279.31º34.66%98.43%-
XYZ60.5148.8997.51-
YUV190.96161.88149.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 164 (64.45% from 255) = 25.79%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=34.75%
G=25.79%
B=39.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211642510.120.3500.02279.3191.5881.37
HexDDA4FBC23021175c51
Octal335244373144302427134121
Binary110111011010010011111011110010001101010001011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4FB; }

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

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

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

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

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

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

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

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