#DBB0EA

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

Shades of Mauve #DBB0EA

Tints of Mauve #DBB0EA

Color information

#DBB0EA (or 0xDBB0EA) is unknown color: approx Mauve. HEX triplet: DB, B0 and EA. RGB value is (219,176,234). Sum of RGB (Red+Green+Blue) = 219+176+234=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBB0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0EA is #244F15. Grayscale: #C3C3C3. Windows color (decimal): -2379542 or 15380699. OLE color: 15380699.

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

Color convert

RGB219176234-
CMYK0.060.2500.08
HSL284.48º58%80.39%-
HSV(B)284.48º24.79%91.76%-
XYZ59.5952.0584.75-
YUV195.47149.75144.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 176 (69.14% from 255) = 27.98%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=34.82%
G=27.98%
B=37.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191762340.060.2500.08284.485880.39
HexDBB0EA6190811c3a50
Octal33326035263101043472120
Binary11011011101100001110101011011001010001000111001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB0EA; }

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

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

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

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

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

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

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

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