#DBBBFA

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

Shades of Mauve #DBBBFA

Tints of Mauve #DBBBFA

Color information

#DBBBFA (or 0xDBBBFA) is unknown color: approx Mauve. HEX triplet: DB, BB and FA. RGB value is (219,187,250). Sum of RGB (Red+Green+Blue) = 219+187+250=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBBBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBFA is #244405. Grayscale: #CBCBCB. Windows color (decimal): -2376710 or 16432091. OLE color: 16432091.

HSL color Cylindrical-coordinate representation of color #DBBBFA: hue angle of 270.48º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBBBFA is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219187250-
CMYK0.120.2500.02
HSL270.48º86.3%85.69%-
HSV(B)270.48º25.2%98.04%-
XYZ64.2457.598.16-
YUV203.75154.1138.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.38%
GREEN value IS 187 (73.44% from 255) = 28.51%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=33.38%
G=28.51%
B=38.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191872500.120.2500.02270.4886.385.69
HexDBBBFAC190210e5656
Octal333273372143102416126126
Binary11011011101110111111101011001100101010000111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBFA; }

 p { color: rgb(219,187,250); }

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

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

 a { background-color: rgb(219,187,250); }

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

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

 span { border-color: rgb(219,187,250); }

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