#DBB7EA

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

Shades of Mauve #DBB7EA

Tints of Mauve #DBB7EA

Color information

#DBB7EA (or 0xDBB7EA) is unknown color: approx Mauve. HEX triplet: DB, B7 and EA. RGB value is (219,183,234). Sum of RGB (Red+Green+Blue) = 219+183+234=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBB7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB7EA is #244815. Grayscale: #C7C7C7. Windows color (decimal): -2377750 or 15382491. OLE color: 15382491.

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

Color convert

RGB219183234-
CMYK0.060.2200.08
HSL282.35º54.84%81.76%-
HSV(B)282.35º21.79%91.76%-
XYZ6154.8785.22-
YUV199.58147.43141.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 183 (71.88% from 255) = 28.77%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=34.43%
G=28.77%
B=36.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191832340.060.2200.08282.3554.8481.76
HexDBB7EA6160811a3752
Octal33326735262601043267122
Binary11011011101101111110101011010110010001000110101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB7EA; }

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

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

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

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

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

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

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

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