#DBBAFA

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

Shades of Mauve #DBBAFA

Tints of Mauve #DBBAFA

Color information

#DBBAFA (or 0xDBBAFA) is unknown color: approx Mauve. HEX triplet: DB, BA and FA. RGB value is (219,186,250). Sum of RGB (Red+Green+Blue) = 219+186+250=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAFA is #244505. Grayscale: #CACACA. Windows color (decimal): -2376966 or 16431835. OLE color: 16431835.

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

Color convert

RGB219186250-
CMYK0.120.2600.02
HSL270.94º86.49%85.49%-
HSV(B)270.94º25.6%98.04%-
XYZ64.0357.0898.09-
YUV203.16154.43139.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.44%
GREEN value IS 186 (73.05% from 255) = 28.40%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=33.44%
G=28.40%
B=38.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191862500.120.2600.02270.9486.4985.49
HexDBBAFAC1A0210f5655
Octal333272372143202417126125
Binary11011011101110101111101011001101001010000111110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAFA; }

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

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

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

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

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

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

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

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