#DBA5FC

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

Shades of Mauve #DBA5FC

Tints of Mauve #DBA5FC

Color information

#DBA5FC (or 0xDBA5FC) is unknown color: approx Mauve. HEX triplet: DB, A5 and FC. RGB value is (219,165,252). Sum of RGB (Red+Green+Blue) = 219+165+252=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 165 (64.84% from 255 or 25.94% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBA5FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA5FC is #245A03. Grayscale: #BEBEBE. Windows color (decimal): -2382340 or 16557531. OLE color: 16557531.

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

Color convert

RGB219165252-
CMYK0.130.3500.01
HSL277.24º93.55%81.76%-
HSV(B)277.24º34.52%98.82%-
XYZ60.244998.38-
YUV191.06162.39147.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 165 (64.84% from 255) = 25.94%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=34.43%
G=25.94%
B=39.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191652520.130.3500.01277.2493.5581.76
HexDBA5FCD23011155e52
Octal333245374154301425136122
Binary11011011101001011111110011011000110110001010110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA5FC; }

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

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

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

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

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

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

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

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