#DAB6EF

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

Shades of Mauve #DAB6EF

Tints of Mauve #DAB6EF

Color information

#DAB6EF (or 0xDAB6EF) is unknown color: approx Mauve. HEX triplet: DA, B6 and EF. RGB value is (218,182,239). Sum of RGB (Red+Green+Blue) = 218+182+239=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAB6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB6EF is #254910. Grayscale: #C7C7C7. Windows color (decimal): -2443537 or 15709914. OLE color: 15709914.

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

Color convert

RGB218182239-
CMYK0.090.2400.06
HSL277.89º64.04%82.55%-
HSV(B)277.89º23.85%93.73%-
XYZ61.2254.5988.97-
YUV199.26150.43141.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 182 (71.48% from 255) = 28.48%
BLUE value IS 239 (93.75% from 255) = 37.40%
R=34.12%
G=28.48%
B=37.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181822390.090.2400.06277.8964.0482.55
HexDAB6EF918061164053
Octal332266357113006426100123
Binary110110101011011011101111100111000011010001011010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB6EF; }

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

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

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

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

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

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

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

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