#DABAEA

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

Shades of Mauve #DABAEA

Tints of Mauve #DABAEA

Color information

#DABAEA (or 0xDABAEA) is unknown color: approx Mauve. HEX triplet: DA, BA and EA. RGB value is (218,186,234). Sum of RGB (Red+Green+Blue) = 218+186+234=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #DABAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAEA is #254515. Grayscale: #C8C8C8. Windows color (decimal): -2442518 or 15383258. OLE color: 15383258.

HSL color Cylindrical-coordinate representation of color #DABAEA: hue angle of 280º 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 #DABAEA is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218186234-
CMYK0.070.2100.08
HSL280º53.33%82.35%-
HSV(B)280º20.51%91.76%-
XYZ61.3255.9685.41-
YUV201.04146.6140.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=34.17%
G=29.15%
B=36.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181862340.070.2100.0828053.3382.35
HexDABAEA715081183552
Octal33227235272501043065122
Binary11011010101110101110101011110101010001000110001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAEA; }

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

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

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

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

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

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

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

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