#DBA2FC

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

Shades of Mauve #DBA2FC

Tints of Mauve #DBA2FC

Color information

#DBA2FC (or 0xDBA2FC) is unknown color: approx Mauve. HEX triplet: DB, A2 and FC. RGB value is (219,162,252). Sum of RGB (Red+Green+Blue) = 219+162+252=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 162 (63.67% from 255 or 25.59% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBA2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA2FC is #245D03. Grayscale: #BDBDBD. Windows color (decimal): -2383108 or 16556763. OLE color: 16556763.

HSL color Cylindrical-coordinate representation of color #DBA2FC: hue angle of 278º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBA2FC is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219162252-
CMYK0.130.3600.01
HSL278º93.75%81.18%-
HSV(B)278º35.71%98.82%-
XYZ59.747.9398.2-
YUV189.3163.38149.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 162 (63.67% from 255) = 25.59%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=34.60%
G=25.59%
B=39.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191622520.130.3600.0127893.7581.18
HexDBA2FCD24011165e51
Octal333242374154401426136121
Binary11011011101000101111110011011001000110001011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA2FC; }

 p { color: rgb(219,162,252); }

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

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

 a { background-color: rgb(219,162,252); }

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

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

 span { border-color: rgb(219,162,252); }

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