#DAB7EF

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

Shades of Mauve #DAB7EF

Tints of Mauve #DAB7EF

Color information

#DAB7EF (or 0xDAB7EF) is unknown color: approx Mauve. HEX triplet: DA, B7 and EF. RGB value is (218,183,239). Sum of RGB (Red+Green+Blue) = 218+183+239=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 183 (71.88% from 255 or 28.59% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAB7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB7EF is #254810. Grayscale: #C7C7C7. Windows color (decimal): -2443281 or 15710170. OLE color: 15710170.

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

Color convert

RGB218183239-
CMYK0.090.2300.06
HSL277.5º63.64%82.75%-
HSV(B)277.5º23.43%93.73%-
XYZ61.435589.04-
YUV199.85150.1140.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.06%
GREEN value IS 183 (71.88% from 255) = 28.59%
BLUE value IS 239 (93.75% from 255) = 37.34%
R=34.06%
G=28.59%
B=37.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181832390.090.2300.06277.563.6482.75
HexDAB7EF917061164053
Octal332267357112706426100123
Binary110110101011011111101111100110111011010001011010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB7EF; }

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

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

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

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

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

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

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

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