#DBBAF4

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

Shades of Mauve #DBBAF4

Tints of Mauve #DBBAF4

Color information

#DBBAF4 (or 0xDBBAF4) is unknown color: approx Mauve. HEX triplet: DB, BA and F4. RGB value is (219,186,244). Sum of RGB (Red+Green+Blue) = 219+186+244=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 244 (95.70% from 255 or 37.60% from 649); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBBAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAF4 is #24450B. Grayscale: #CACACA. Windows color (decimal): -2376972 or 16038619. OLE color: 16038619.

HSL color Cylindrical-coordinate representation of color #DBBAF4: hue angle of 274.14º degrees, saturation: 0.72, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBBAF4 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB219186244-
CMYK0.100.2400.04
HSL274.14º72.5%84.31%-
HSV(B)274.14º23.77%95.69%-
XYZ63.156.7193.21-
YUV202.48151.43139.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.74%
GREEN value IS 186 (73.05% from 255) = 28.66%
BLUE value IS 244 (95.70% from 255) = 37.60%
R=33.74%
G=28.66%
B=37.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2191862440.100.2400.04274.1472.584.31
HexDBBAF4A18041124854
Octal333272364123004422110124
Binary110110111011101011110100101011000010010001001010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAF4; }

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

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

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

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

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

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

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

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