#DBBBF1

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

Shades of Mauve #DBBBF1

Tints of Mauve #DBBBF1

Color information

#DBBBF1 (or 0xDBBBF1) is unknown color: approx Mauve. HEX triplet: DB, BB and F1. RGB value is (219,187,241). Sum of RGB (Red+Green+Blue) = 219+187+241=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBBBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBF1 is #24440E. Grayscale: #CACACA. Windows color (decimal): -2376719 or 15842267. OLE color: 15842267.

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

Color convert

RGB219187241-
CMYK0.090.2200.05
HSL275.56º65.85%83.92%-
HSV(B)275.56º22.41%94.51%-
XYZ62.8656.9590.9-
YUV202.72149.6139.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.85%
GREEN value IS 187 (73.44% from 255) = 28.90%
BLUE value IS 241 (94.53% from 255) = 37.25%
R=33.85%
G=28.90%
B=37.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191872410.090.2200.05275.5665.8583.92
HexDBBBF1916051144254
Octal333273361112605424102124
Binary110110111011101111110001100110110010110001010010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBF1; }

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

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

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

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

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

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

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

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