#DAB2EF

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

Shades of Mauve #DAB2EF

Tints of Mauve #DAB2EF

Color information

#DAB2EF (or 0xDAB2EF) is unknown color: approx Mauve. HEX triplet: DA, B2 and EF. RGB value is (218,178,239). Sum of RGB (Red+Green+Blue) = 218+178+239=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB2EF is #254D10. Grayscale: #C4C4C4. Windows color (decimal): -2444561 or 15708890. OLE color: 15708890.

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

Color convert

RGB218178239-
CMYK0.090.2600.06
HSL279.34º65.59%81.76%-
HSV(B)279.34º25.52%93.73%-
XYZ60.4152.9888.7-
YUV196.91151.75143.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 178 (69.92% from 255) = 28.03%
BLUE value IS 239 (93.75% from 255) = 37.64%
R=34.33%
G=28.03%
B=37.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181782390.090.2600.06279.3465.5981.76
HexDAB2EF91A061174252
Octal332262357113206427102122
Binary110110101011001011101111100111010011010001011110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2EF; }

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

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

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

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

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

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

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

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