#DDA7FB

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

Shades of Mauve #DDA7FB

Tints of Mauve #DDA7FB

Color information

#DDA7FB (or 0xDDA7FB) is unknown color: approx Mauve. HEX triplet: DD, A7 and FB. RGB value is (221,167,251). Sum of RGB (Red+Green+Blue) = 221+167+251=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 167 (65.62% from 255 or 26.13% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDA7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7FB is #225804. Grayscale: #C0C0C0. Windows color (decimal): -2250757 or 16492509. OLE color: 16492509.

HSL color Cylindrical-coordinate representation of color #DDA7FB: hue angle of 278.57º 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 #DDA7FB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221167251-
CMYK0.120.3300.02
HSL278.57º91.3%81.96%-
HSV(B)278.57º33.47%98.43%-
XYZ61.0549.9797.7-
YUV192.72160.89148.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 167 (65.62% from 255) = 26.13%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=34.59%
G=26.13%
B=39.28%

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
Decimal2211672510.120.3300.02278.5791.381.96
HexDDA7FBC21021175b52
Octal335247373144102427133122
Binary110111011010011111111011110010000101010001011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7FB; }

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

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

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

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

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

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

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

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