#DBB3EA

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

Shades of Mauve #DBB3EA

Tints of Mauve #DBB3EA

Color information

#DBB3EA (or 0xDBB3EA) is unknown color: approx Mauve. HEX triplet: DB, B3 and EA. RGB value is (219,179,234). Sum of RGB (Red+Green+Blue) = 219+179+234=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 179 (70.31% from 255 or 28.32% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBB3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3EA is #244C15. Grayscale: #C5C5C5. Windows color (decimal): -2378774 or 15381467. OLE color: 15381467.

HSL color Cylindrical-coordinate representation of color #DBB3EA: hue angle of 283.64º degrees, saturation: 0.57, 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 #DBB3EA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219179234-
CMYK0.060.2400.08
HSL283.64º56.7%80.98%-
HSV(B)283.64º23.5%91.76%-
XYZ60.1853.2484.95-
YUV197.23148.75143.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 179 (70.31% from 255) = 28.32%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=34.65%
G=28.32%
B=37.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191792340.060.2400.08283.6456.780.98
HexDBB3EA6180811c3951
Octal33326335263001043471121
Binary11011011101100111110101011011000010001000111001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB3EA; }

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

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

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

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

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

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

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

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