#DAB5F9

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

Shades of Mauve #DAB5F9

Tints of Mauve #DAB5F9

Color information

#DAB5F9 (or 0xDAB5F9) is unknown color: approx Mauve. HEX triplet: DA, B5 and F9. RGB value is (218,181,249). Sum of RGB (Red+Green+Blue) = 218+181+249=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 181 (71.09% from 255 or 27.93% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAB5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB5F9 is #254A06. Grayscale: #C7C7C7. Windows color (decimal): -2443783 or 16365018. OLE color: 16365018.

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

Color convert

RGB218181249-
CMYK0.120.2700.02
HSL272.65º85%84.31%-
HSV(B)272.65º27.31%97.65%-
XYZ62.5454.7996.9-
YUV199.82155.76140.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.64%
GREEN value IS 181 (71.09% from 255) = 27.93%
BLUE value IS 249 (97.66% from 255) = 38.43%
R=33.64%
G=27.93%
B=38.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181812490.120.2700.02272.658584.31
HexDAB5F9C1B021115554
Octal332265371143302421125124
Binary11011010101101011111100111001101101010001000110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB5F9; }

 p { color: rgb(218,181,249); }

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

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

 a { background-color: rgb(218,181,249); }

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

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

 span { border-color: rgb(218,181,249); }

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