#DBAAEB

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

Shades of Mauve #DBAAEB

Tints of Mauve #DBAAEB

Color information

#DBAAEB (or 0xDBAAEB) is unknown color: approx Mauve. HEX triplet: DB, AA and EB. RGB value is (219,170,235). Sum of RGB (Red+Green+Blue) = 219+170+235=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAEB is #245514. Grayscale: #BFBFBF. Windows color (decimal): -2381077 or 15444699. OLE color: 15444699.

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

Color convert

RGB219170235-
CMYK0.070.2800.08
HSL285.23º61.9%79.41%-
HSV(B)285.23º27.66%92.16%-
XYZ58.5849.8185.12-
YUV192.06152.23147.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.10%
GREEN value IS 170 (66.80% from 255) = 27.24%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=35.10%
G=27.24%
B=37.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191702350.070.2800.08285.2361.979.41
HexDBAAEB71C0811d3e4f
Octal33325235373401043576117
Binary11011011101010101110101111111100010001000111011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAEB; }

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

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

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

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

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

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

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

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