#DBAAFA

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

Shades of Mauve #DBAAFA

Tints of Mauve #DBAAFA

Color information

#DBAAFA (or 0xDBAAFA) is unknown color: approx Mauve. HEX triplet: DB, AA and FA. RGB value is (219,170,250). Sum of RGB (Red+Green+Blue) = 219+170+250=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAFA is #245505. Grayscale: #C1C1C1. Windows color (decimal): -2381062 or 16427739. OLE color: 16427739.

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

Color convert

RGB219170250-
CMYK0.120.3200.02
HSL276.75º88.89%82.35%-
HSV(B)276.75º32%98.04%-
XYZ60.8450.7197.02-
YUV193.77159.73146-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 170 (66.80% from 255) = 26.60%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=34.27%
G=26.60%
B=39.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191702500.120.3200.02276.7588.8982.35
HexDBAAFAC20021155952
Octal333252372144002425131122
Binary110110111010101011111010110010000001010001010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAFA; }

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

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

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

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

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

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

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

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