#DBBAEA

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

Shades of Mauve #DBBAEA

Tints of Mauve #DBBAEA

Color information

#DBBAEA (or 0xDBBAEA) is unknown color: approx Mauve. HEX triplet: DB, BA and EA. RGB value is (219,186,234). Sum of RGB (Red+Green+Blue) = 219+186+234=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAEA is #244515. Grayscale: #C9C9C9. Windows color (decimal): -2376982 or 15383259. OLE color: 15383259.

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

Color convert

RGB219186234-
CMYK0.060.2100.08
HSL281.25º53.33%82.35%-
HSV(B)281.25º20.51%91.76%-
XYZ61.6256.1285.43-
YUV201.34146.43140.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 186 (73.05% from 255) = 29.11%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=34.27%
G=29.11%
B=36.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191862340.060.2100.08281.2553.3382.35
HexDBBAEA615081193552
Octal33327235262501043165122
Binary11011011101110101110101011010101010001000110011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAEA; }

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

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

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

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

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

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

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

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