#DBB3EB

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

Shades of Mauve #DBB3EB

Tints of Mauve #DBB3EB

Color information

#DBB3EB (or 0xDBB3EB) is unknown color: approx Mauve. HEX triplet: DB, B3 and EB. RGB value is (219,179,235). Sum of RGB (Red+Green+Blue) = 219+179+235=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 179 (70.31% from 255 or 28.28% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBB3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3EB is #244C14. Grayscale: #C5C5C5. Windows color (decimal): -2378773 or 15447003. OLE color: 15447003.

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

Color convert

RGB219179235-
CMYK0.070.2400.08
HSL282.86º58.33%81.18%-
HSV(B)282.86º23.83%92.16%-
XYZ60.3353.385.71-
YUV197.34149.25143.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 179 (70.31% from 255) = 28.28%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=34.60%
G=28.28%
B=37.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191792350.070.2400.08282.8658.3381.18
HexDBB3EB7180811b3a51
Octal33326335373001043372121
Binary11011011101100111110101111111000010001000110111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB3EB; }

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

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

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

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

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

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

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

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