#DABAEF

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

Shades of Mauve #DABAEF

Tints of Mauve #DABAEF

Color information

#DABAEF (or 0xDABAEF) is unknown color: approx Mauve. HEX triplet: DA, BA and EF. RGB value is (218,186,239). Sum of RGB (Red+Green+Blue) = 218+186+239=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #DABAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAEF is #254510. Grayscale: #C9C9C9. Windows color (decimal): -2442513 or 15710938. OLE color: 15710938.

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

Color convert

RGB218186239-
CMYK0.090.2200.06
HSL276.23º62.35%83.33%-
HSV(B)276.23º22.18%93.73%-
XYZ62.0556.2689.25-
YUV201.61149.1139.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.90%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 239 (93.75% from 255) = 37.17%
R=33.90%
G=28.93%
B=37.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181862390.090.2200.06276.2362.3583.33
HexDABAEF916061143e53
Octal33227235711260642476123
Binary11011010101110101110111110011011001101000101001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAEF; }

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

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

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

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

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

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

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

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