#DDABF4

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

Shades of Mauve #DDABF4

Tints of Mauve #DDABF4

Color information

#DDABF4 (or 0xDDABF4) is unknown color: approx Mauve. HEX triplet: DD, AB and F4. RGB value is (221,171,244). Sum of RGB (Red+Green+Blue) = 221+171+244=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 244 (95.70% from 255 or 38.36% from 636); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDABF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABF4 is #22540B. Grayscale: #C2C2C2. Windows color (decimal): -2249740 or 16034781. OLE color: 16034781.

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

Color convert

RGB221171244-
CMYK0.090.3000.04
HSL281.1º76.84%81.37%-
HSV(B)281.1º29.92%95.69%-
XYZ60.7151.0392.24-
YUV194.27156.06147.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 171 (67.19% from 255) = 26.89%
BLUE value IS 244 (95.70% from 255) = 38.36%
R=34.75%
G=26.89%
B=38.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211712440.090.3000.04281.176.8481.37
HexDDABF491E041194d51
Octal335253364113604431115121
Binary110111011010101111110100100111110010010001100110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABF4; }

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

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

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

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

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

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

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

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