#DBBCFB

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

Shades of Mauve #DBBCFB

Tints of Mauve #DBBCFB

Color information

#DBBCFB (or 0xDBBCFB) is unknown color: approx Mauve. HEX triplet: DB, BC and FB. RGB value is (219,188,251). Sum of RGB (Red+Green+Blue) = 219+188+251=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBBCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCFB is #244304. Grayscale: #CCCCCC. Windows color (decimal): -2376453 or 16497883. OLE color: 16497883.

HSL color Cylindrical-coordinate representation of color #DBBCFB: hue angle of 269.52º degrees, saturation: 0.89, 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 #DBBCFB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219188251-
CMYK0.130.2500.02
HSL269.52º88.73%86.08%-
HSV(B)269.52º25.1%98.43%-
XYZ64.6157.9999.06-
YUV204.45154.27138.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.28%
GREEN value IS 188 (73.83% from 255) = 28.57%
BLUE value IS 251 (98.44% from 255) = 38.15%
R=33.28%
G=28.57%
B=38.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191882510.130.2500.02269.5288.7386.08
HexDBBCFBD190210e5956
Octal333274373153102416131126
Binary11011011101111001111101111011100101010000111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCFB; }

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

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

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

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

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

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

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

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