#DBBAFF

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

Shades of Mauve #DBBAFF

Tints of Mauve #DBBAFF

Color information

#DBBAFF (or 0xDBBAFF) is unknown color: approx Mauve. HEX triplet: DB, BA and FF. RGB value is (219,186,255). Sum of RGB (Red+Green+Blue) = 219+186+255=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBBAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAFF is #244500. Grayscale: #CBCBCB. Windows color (decimal): -2376961 or 16759515. OLE color: 16759515.

HSL color Cylindrical-coordinate representation of color #DBBAFF: hue angle of 268.7º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBBAFF is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB219186255-
CMYK0.140.2700
HSL268.7º100%86.47%-
HSV(B)268.7º27.06%100%-
XYZ64.8257.4102.27-
YUV203.73156.93138.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.18%
GREEN value IS 186 (73.05% from 255) = 28.18%
BLUE value IS 255 (100% from 255) = 38.64%
R=33.18%
G=28.18%
B=38.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191862550.140.2700268.710086.47
HexDBBAFFE1B0010d6456
Octal333272377163300415144126
Binary1101101110111010111111111110110110010000110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAFF; }

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

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

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

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

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

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

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

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