#DBB0EC

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

Shades of Mauve #DBB0EC

Tints of Mauve #DBB0EC

Color information

#DBB0EC (or 0xDBB0EC) is unknown color: approx Mauve. HEX triplet: DB, B0 and EC. RGB value is (219,176,236). Sum of RGB (Red+Green+Blue) = 219+176+236=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0EC is #244F13. Grayscale: #C3C3C3. Windows color (decimal): -2379540 or 15511771. OLE color: 15511771.

HSL color Cylindrical-coordinate representation of color #DBB0EC: hue angle of 283º 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 #DBB0EC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219176236-
CMYK0.070.2500.07
HSL283º61.22%80.78%-
HSV(B)283º25.42%92.55%-
XYZ59.8852.1786.27-
YUV195.7150.75144.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 176 (69.14% from 255) = 27.89%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=34.71%
G=27.89%
B=37.40%

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
Decimal2191762360.070.2500.0728361.2280.78
HexDBB0EC7190711b3d51
Octal3332603547310743375121
Binary1101101110110000111011001111100101111000110111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB0EC; }

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

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

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

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

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

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

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

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