#DBBAF2

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

Shades of Mauve #DBBAF2

Tints of Mauve #DBBAF2

Color information

#DBBAF2 (or 0xDBBAF2) is unknown color: approx Mauve. HEX triplet: DB, BA and F2. RGB value is (219,186,242). Sum of RGB (Red+Green+Blue) = 219+186+242=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAF2 is #24450D. Grayscale: #CACACA. Windows color (decimal): -2376974 or 15907547. OLE color: 15907547.

HSL color Cylindrical-coordinate representation of color #DBBAF2: hue angle of 275.36º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBBAF2 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219186242-
CMYK0.100.2300.05
HSL275.36º68.29%83.92%-
HSV(B)275.36º23.14%94.9%-
XYZ62.856.5991.62-
YUV202.25150.43139.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.85%
GREEN value IS 186 (73.05% from 255) = 28.75%
BLUE value IS 242 (94.92% from 255) = 37.40%
R=33.85%
G=28.75%
B=37.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191862420.100.2300.05275.3668.2983.92
HexDBBAF2A17051134454
Octal333272362122705423104124
Binary110110111011101011110010101010111010110001001110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAF2; }

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

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

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

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

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

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

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

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