#DDABF5

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

Shades of Mauve #DDABF5

Tints of Mauve #DDABF5

Color information

#DDABF5 (or 0xDDABF5) is unknown color: approx Mauve. HEX triplet: DD, AB and F5. RGB value is (221,171,245). Sum of RGB (Red+Green+Blue) = 221+171+245=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDABF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABF5 is #22540A. Grayscale: #C2C2C2. Windows color (decimal): -2249739 or 16100317. OLE color: 16100317.

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

Color convert

RGB221171245-
CMYK0.100.3000.04
HSL280.54º78.72%81.57%-
HSV(B)280.54º30.2%96.08%-
XYZ60.8651.0993.04-
YUV194.39156.56146.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 171 (67.19% from 255) = 26.84%
BLUE value IS 245 (96.09% from 255) = 38.46%
R=34.69%
G=26.84%
B=38.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211712450.100.3000.04280.5478.7281.57
HexDDABF5A1E041194f52
Octal335253365123604431117122
Binary110111011010101111110101101011110010010001100110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABF5; }

 p { color: rgb(221,171,245); }

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

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

 a { background-color: rgb(221,171,245); }

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

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

 span { border-color: rgb(221,171,245); }

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