#DBBBF2

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

Shades of Mauve #DBBBF2

Tints of Mauve #DBBBF2

Color information

#DBBBF2 (or 0xDBBBF2) is unknown color: approx Mauve. HEX triplet: DB, BB and F2. RGB value is (219,187,242). Sum of RGB (Red+Green+Blue) = 219+187+242=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBBBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBF2 is #24440D. Grayscale: #CACACA. Windows color (decimal): -2376718 or 15907803. OLE color: 15907803.

HSL color Cylindrical-coordinate representation of color #DBBBF2: hue angle of 274.91º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBBBF2 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219187242-
CMYK0.100.2300.05
HSL274.91º67.9%84.12%-
HSV(B)274.91º22.73%94.9%-
XYZ63.0157.0191.69-
YUV202.84150.1139.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 187 (73.44% from 255) = 28.86%
BLUE value IS 242 (94.92% from 255) = 37.35%
R=33.80%
G=28.86%
B=37.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191872420.100.2300.05274.9167.984.12
HexDBBBF2A17051134454
Octal333273362122705423104124
Binary110110111011101111110010101010111010110001001110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBF2; }

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

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

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

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

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

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

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

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