#DBBFFB

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

Shades of Mauve #DBBFFB

Tints of Mauve #DBBFFB

Color information

#DBBFFB (or 0xDBBFFB) is unknown color: approx Mauve. HEX triplet: DB, BF and FB. RGB value is (219,191,251). Sum of RGB (Red+Green+Blue) = 219+191+251=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBBFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBFFB is #244004. Grayscale: #CECECE. Windows color (decimal): -2375685 or 16498651. OLE color: 16498651.

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

Color convert

RGB219191251-
CMYK0.130.2400.02
HSL268º88.24%86.67%-
HSV(B)268º23.9%98.43%-
XYZ65.2659.2999.27-
YUV206.21153.28137.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.13%
GREEN value IS 191 (75% from 255) = 28.90%
BLUE value IS 251 (98.44% from 255) = 37.97%
R=33.13%
G=28.90%
B=37.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191912510.130.2400.0226888.2486.67
HexDBBFFBD180210c5857
Octal333277373153002414130127
Binary11011011101111111111101111011100001010000110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFFB; }

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

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

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

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

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

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

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

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