#DBB6E9

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

Shades of Mauve #DBB6E9

Tints of Mauve #DBB6E9

Color information

#DBB6E9 (or 0xDBB6E9) is unknown color: approx Mauve. HEX triplet: DB, B6 and E9. RGB value is (219,182,233). Sum of RGB (Red+Green+Blue) = 219+182+233=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 182 (71.48% from 255 or 28.71% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB6E9 is #244916. Grayscale: #C6C6C6. Windows color (decimal): -2378007 or 15316699. OLE color: 15316699.

HSL color Cylindrical-coordinate representation of color #DBB6E9: hue angle of 283.53º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBB6E9 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219182233-
CMYK0.060.2200.09
HSL283.53º53.68%81.37%-
HSV(B)283.53º21.89%91.37%-
XYZ60.6554.484.39-
YUV198.88147.26142.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 182 (71.48% from 255) = 28.71%
BLUE value IS 233 (91.41% from 255) = 36.75%
R=34.54%
G=28.71%
B=36.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191822330.060.2200.09283.5353.6881.37
HexDBB6E96160911c3651
Octal33326635162601143466121
Binary11011011101101101110100111010110010011000111001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6E9; }

 p { color: rgb(219,182,233); }

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

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

 a { background-color: rgb(219,182,233); }

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

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

 span { border-color: rgb(219,182,233); }

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