#DABAEC

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

Shades of Mauve #DABAEC

Tints of Mauve #DABAEC

Color information

#DABAEC (or 0xDABAEC) is unknown color: approx Mauve. HEX triplet: DA, BA and EC. RGB value is (218,186,236). Sum of RGB (Red+Green+Blue) = 218+186+236=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #DABAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAEC is #254513. Grayscale: #C9C9C9. Windows color (decimal): -2442516 or 15514330. OLE color: 15514330.

HSL color Cylindrical-coordinate representation of color #DABAEC: hue angle of 278.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABAEC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218186236-
CMYK0.080.2100.07
HSL278.4º56.82%82.75%-
HSV(B)278.4º21.19%92.55%-
XYZ61.6156.0886.93-
YUV201.27147.6139.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.06%
GREEN value IS 186 (73.05% from 255) = 29.06%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=34.06%
G=29.06%
B=36.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181862360.080.2100.07278.456.8282.75
HexDABAEC815071163953
Octal33227235410250742671123
Binary11011010101110101110110010001010101111000101101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAEC; }

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

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

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

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

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

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

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

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