#DDB1F0

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

Shades of Mauve #DDB1F0

Tints of Mauve #DDB1F0

Color information

#DDB1F0 (or 0xDDB1F0) is unknown color: approx Mauve. HEX triplet: DD, B1 and F0. RGB value is (221,177,240). Sum of RGB (Red+Green+Blue) = 221+177+240=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 177 (69.53% from 255 or 27.74% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDB1F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1F0 is #224E0F. Grayscale: #C5C5C5. Windows color (decimal): -2248208 or 15774173. OLE color: 15774173.

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

Color convert

RGB221177240-
CMYK0.080.2600.06
HSL281.9º67.74%81.76%-
HSV(B)281.9º26.25%94.12%-
XYZ61.2753.1189.46-
YUV197.34152.08144.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 177 (69.53% from 255) = 27.74%
BLUE value IS 240 (94.14% from 255) = 37.62%
R=34.64%
G=27.74%
B=37.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2211772400.080.2600.06281.967.7481.76
HexDDB1F081A0611a4452
Octal335261360103206432104122
Binary110111011011000111110000100011010011010001101010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB1F0; }

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

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

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

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

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

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

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

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