#DDB3F1

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

Shades of Mauve #DDB3F1

Tints of Mauve #DDB3F1

Color information

#DDB3F1 (or 0xDDB3F1) is unknown color: approx Mauve. HEX triplet: DD, B3 and F1. RGB value is (221,179,241). Sum of RGB (Red+Green+Blue) = 221+179+241=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDB3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3F1 is #224C0E. Grayscale: #C6C6C6. Windows color (decimal): -2247695 or 15840221. OLE color: 15840221.

HSL color Cylindrical-coordinate representation of color #DDB3F1: hue angle of 280.65º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDB3F1 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221179241-
CMYK0.080.2600.05
HSL280.65º68.89%82.35%-
HSV(B)280.65º25.73%94.51%-
XYZ61.8253.9690.38-
YUV198.63151.91143.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 179 (70.31% from 255) = 27.93%
BLUE value IS 241 (94.53% from 255) = 37.60%
R=34.48%
G=27.93%
B=37.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211792410.080.2600.05280.6568.8982.35
HexDDB3F181A051194552
Octal335263361103205431105122
Binary110111011011001111110001100011010010110001100110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB3F1; }

 p { color: rgb(221,179,241); }

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

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

 a { background-color: rgb(221,179,241); }

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

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

 span { border-color: rgb(221,179,241); }

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