#DBABFF

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

Shades of Mauve #DBABFF

Tints of Mauve #DBABFF

Color information

#DBABFF (or 0xDBABFF) is unknown color: approx Mauve. HEX triplet: DB, AB and FF. RGB value is (219,171,255). Sum of RGB (Red+Green+Blue) = 219+171+255=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABFF is #245400. Grayscale: #C2C2C2. Windows color (decimal): -2380801 or 16755675. OLE color: 16755675.

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

Color convert

RGB219171255-
CMYK0.140.3300
HSL274.29º100%83.53%-
HSV(B)274.29º32.94%100%-
XYZ61.8351.41101.27-
YUV194.93161.9145.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 171 (67.19% from 255) = 26.51%
BLUE value IS 255 (100% from 255) = 39.53%
R=33.95%
G=26.51%
B=39.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191712550.140.3300274.2910083.53
HexDBABFFE21001126454
Octal333253377164100422144124
Binary11011011101010111111111111101000010010001001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABFF; }

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

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

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

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

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

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

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

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