#DDB0F1

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

Shades of Mauve #DDB0F1

Tints of Mauve #DDB0F1

Color information

#DDB0F1 (or 0xDDB0F1) is unknown color: approx Mauve. HEX triplet: DD, B0 and F1. RGB value is (221,176,241). Sum of RGB (Red+Green+Blue) = 221+176+241=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDB0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0F1 is #224F0E. Grayscale: #C4C4C4. Windows color (decimal): -2248463 or 15839453. OLE color: 15839453.

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

Color convert

RGB221176241-
CMYK0.080.2700.05
HSL281.54º69.89%81.76%-
HSV(B)281.54º26.97%94.51%-
XYZ61.2252.7790.18-
YUV196.86152.91145.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 176 (69.14% from 255) = 27.59%
BLUE value IS 241 (94.53% from 255) = 37.77%
R=34.64%
G=27.59%
B=37.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211762410.080.2700.05281.5469.8981.76
HexDDB0F181B0511a4652
Octal335260361103305432106122
Binary110111011011000011110001100011011010110001101010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0F1; }

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

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

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

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

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

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

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

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