#DDABF0

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

Shades of Mauve #DDABF0

Tints of Mauve #DDABF0

Color information

#DDABF0 (or 0xDDABF0) is unknown color: approx Mauve. HEX triplet: DD, AB and F0. RGB value is (221,171,240). Sum of RGB (Red+Green+Blue) = 221+171+240=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABF0 is #22540F. Grayscale: #C1C1C1. Windows color (decimal): -2249744 or 15772637. OLE color: 15772637.

HSL color Cylindrical-coordinate representation of color #DDABF0: hue angle of 283.48º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDABF0 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221171240-
CMYK0.080.2900.06
HSL283.48º69.7%80.59%-
HSV(B)283.48º28.75%94.12%-
XYZ60.1150.7989.07-
YUV193.82154.06147.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 171 (67.19% from 255) = 27.06%
BLUE value IS 240 (94.14% from 255) = 37.97%
R=34.97%
G=27.06%
B=37.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2211712400.080.2900.06283.4869.780.59
HexDDABF081D0611b4651
Octal335253360103506433106121
Binary110111011010101111110000100011101011010001101110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABF0; }

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

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

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

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

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

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

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

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