#DBB9FB

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

Shades of Mauve #DBB9FB

Tints of Mauve #DBB9FB

Color information

#DBB9FB (or 0xDBB9FB) is unknown color: approx Mauve. HEX triplet: DB, B9 and FB. RGB value is (219,185,251). Sum of RGB (Red+Green+Blue) = 219+185+251=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBB9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9FB is #244604. Grayscale: #CACACA. Windows color (decimal): -2377221 or 16497115. OLE color: 16497115.

HSL color Cylindrical-coordinate representation of color #DBB9FB: hue angle of 270.91º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBB9FB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219185251-
CMYK0.130.2600.02
HSL270.91º89.19%85.49%-
HSV(B)270.91º26.29%98.43%-
XYZ63.9756.7298.84-
YUV202.69155.26139.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.44%
GREEN value IS 185 (72.66% from 255) = 28.24%
BLUE value IS 251 (98.44% from 255) = 38.32%
R=33.44%
G=28.24%
B=38.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191852510.130.2600.02270.9189.1985.49
HexDBB9FBD1A0210f5955
Octal333271373153202417131125
Binary11011011101110011111101111011101001010000111110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB9FB; }

 p { color: rgb(219,185,251); }

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

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

 a { background-color: rgb(219,185,251); }

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

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

 span { border-color: rgb(219,185,251); }

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