#DBAAFB

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

Shades of Mauve #DBAAFB

Tints of Mauve #DBAAFB

Color information

#DBAAFB (or 0xDBAAFB) is unknown color: approx Mauve. HEX triplet: DB, AA and FB. RGB value is (219,170,251). Sum of RGB (Red+Green+Blue) = 219+170+251=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBAAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAFB is #245504. Grayscale: #C1C1C1. Windows color (decimal): -2381061 or 16493275. OLE color: 16493275.

HSL color Cylindrical-coordinate representation of color #DBAAFB: hue angle of 276.3º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBAAFB is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219170251-
CMYK0.130.3200.02
HSL276.3º91.01%82.55%-
HSV(B)276.3º32.27%98.43%-
XYZ6150.7797.85-
YUV193.88160.23145.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 170 (66.80% from 255) = 26.56%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=34.22%
G=26.56%
B=39.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191702510.130.3200.02276.391.0182.55
HexDBAAFBD20021145b53
Octal333252373154002424133123
Binary110110111010101011111011110110000001010001010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAFB; }

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

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

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

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

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

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

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

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