#DBAAED

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

Shades of Mauve #DBAAED

Tints of Mauve #DBAAED

Color information

#DBAAED (or 0xDBAAED) is unknown color: approx Mauve. HEX triplet: DB, AA and ED. RGB value is (219,170,237). Sum of RGB (Red+Green+Blue) = 219+170+237=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBAAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAED is #245512. Grayscale: #C0C0C0. Windows color (decimal): -2381075 or 15575771. OLE color: 15575771.

HSL color Cylindrical-coordinate representation of color #DBAAED: hue angle of 283.88º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBAAED is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219170237-
CMYK0.080.2800.07
HSL283.88º65.05%79.8%-
HSV(B)283.88º28.27%92.94%-
XYZ58.8749.9286.65-
YUV192.29153.23147.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.98%
GREEN value IS 170 (66.80% from 255) = 27.16%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=34.98%
G=27.16%
B=37.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191702370.080.2800.07283.8865.0579.8
HexDBAAED81C0711c4150
Octal333252355103407434101120
Binary110110111010101011101101100011100011110001110010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAED; }

 p { color: rgb(219,170,237); }

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

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

 a { background-color: rgb(219,170,237); }

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

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

 span { border-color: rgb(219,170,237); }

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