#DBB1EC

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

Shades of Mauve #DBB1EC

Tints of Mauve #DBB1EC

Color information

#DBB1EC (or 0xDBB1EC) is unknown color: approx Mauve. HEX triplet: DB, B1 and EC. RGB value is (219,177,236). Sum of RGB (Red+Green+Blue) = 219+177+236=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB1EC is #244E13. Grayscale: #C4C4C4. Windows color (decimal): -2379284 or 15512027. OLE color: 15512027.

HSL color Cylindrical-coordinate representation of color #DBB1EC: hue angle of 282.71º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBB1EC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219177236-
CMYK0.070.2500.07
HSL282.71º60.82%80.98%-
HSV(B)282.71º25%92.55%-
XYZ60.0852.5686.34-
YUV196.28150.41144.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 177 (69.53% from 255) = 28.01%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=34.65%
G=28.01%
B=37.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191772360.070.2500.07282.7160.8280.98
HexDBB1EC7190711b3d51
Octal3332613547310743375121
Binary1101101110110001111011001111100101111000110111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1EC; }

 p { color: rgb(219,177,236); }

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

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

 a { background-color: rgb(219,177,236); }

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

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

 span { border-color: rgb(219,177,236); }

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