#DBAEE9

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

Shades of Mauve #DBAEE9

Tints of Mauve #DBAEE9

Color information

#DBAEE9 (or 0xDBAEE9) is unknown color: approx Mauve. HEX triplet: DB, AE and E9. RGB value is (219,174,233). Sum of RGB (Red+Green+Blue) = 219+174+233=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBAEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEE9 is #245116. Grayscale: #C1C1C1. Windows color (decimal): -2380055 or 15314651. OLE color: 15314651.

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

Color convert

RGB219174233-
CMYK0.060.2500.09
HSL285.76º57.28%79.8%-
HSV(B)285.76º25.32%91.37%-
XYZ59.0651.2283.86-
YUV194.18149.91145.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.98%
GREEN value IS 174 (68.36% from 255) = 27.80%
BLUE value IS 233 (91.41% from 255) = 37.22%
R=34.98%
G=27.80%
B=37.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191742330.060.2500.09285.7657.2879.8
HexDBAEE96190911e3950
Octal33325635163101143671120
Binary11011011101011101110100111011001010011000111101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEE9; }

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

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

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

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

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

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

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

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