#DBBAEB

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

Shades of Mauve #DBBAEB

Tints of Mauve #DBBAEB

Color information

#DBBAEB (or 0xDBBAEB) is unknown color: approx Mauve. HEX triplet: DB, BA and EB. RGB value is (219,186,235). Sum of RGB (Red+Green+Blue) = 219+186+235=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBBAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAEB is #244514. Grayscale: #C9C9C9. Windows color (decimal): -2376981 or 15448795. OLE color: 15448795.

HSL color Cylindrical-coordinate representation of color #DBBAEB: hue angle of 280.41º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBBAEB is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219186235-
CMYK0.070.2100.08
HSL280.41º55.06%82.55%-
HSV(B)280.41º20.85%92.16%-
XYZ61.7756.1886.18-
YUV201.45146.93140.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 186 (73.05% from 255) = 29.06%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=34.22%
G=29.06%
B=36.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191862350.070.2100.08280.4155.0682.55
HexDBBAEB715081183753
Octal33327235372501043067123
Binary11011011101110101110101111110101010001000110001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAEB; }

 p { color: rgb(219,186,235); }

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

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

 a { background-color: rgb(219,186,235); }

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

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

 span { border-color: rgb(219,186,235); }

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