#DBBBE9

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

Shades of Mauve #DBBBE9

Tints of Mauve #DBBBE9

Color information

#DBBBE9 (or 0xDBBBE9) is unknown color: approx Mauve. HEX triplet: DB, BB and E9. RGB value is (219,187,233). Sum of RGB (Red+Green+Blue) = 219+187+233=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBBBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBE9 is #244416. Grayscale: #C9C9C9. Windows color (decimal): -2376727 or 15317979. OLE color: 15317979.

HSL color Cylindrical-coordinate representation of color #DBBBE9: hue angle of 281.74º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBBBE9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219187233-
CMYK0.060.2000.09
HSL281.74º51.11%82.35%-
HSV(B)281.74º19.74%91.37%-
XYZ61.6956.4884.74-
YUV201.81145.6140.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 187 (73.44% from 255) = 29.26%
BLUE value IS 233 (91.41% from 255) = 36.46%
R=34.27%
G=29.26%
B=36.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191872330.060.2000.09281.7451.1182.35
HexDBBBE96140911a3352
Octal33327335162401143263122
Binary11011011101110111110100111010100010011000110101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBE9; }

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

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

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

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

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

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

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

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