#DAB7FA

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

Shades of Mauve #DAB7FA

Tints of Mauve #DAB7FA

Color information

#DAB7FA (or 0xDAB7FA) is unknown color: approx Mauve. HEX triplet: DA, B7 and FA. RGB value is (218,183,250). Sum of RGB (Red+Green+Blue) = 218+183+250=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 183 (71.88% from 255 or 28.11% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAB7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB7FA is #254805. Grayscale: #C8C8C8. Windows color (decimal): -2443270 or 16431066. OLE color: 16431066.

HSL color Cylindrical-coordinate representation of color #DAB7FA: hue angle of 271.34º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAB7FA is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218183250-
CMYK0.130.2700.02
HSL271.34º87.01%84.9%-
HSV(B)271.34º26.8%98.04%-
XYZ63.155.6797.86-
YUV201.1155.6140.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 183 (71.88% from 255) = 28.11%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=33.49%
G=28.11%
B=38.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181832500.130.2700.02271.3487.0184.9
HexDAB7FAD1B0210f5755
Octal332267372153302417127125
Binary11011010101101111111101011011101101010000111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB7FA; }

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

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

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

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

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

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

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

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