#DAB1F1

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

Shades of Mauve #DAB1F1

Tints of Mauve #DAB1F1

Color information

#DAB1F1 (or 0xDAB1F1) is unknown color: approx Mauve. HEX triplet: DA, B1 and F1. RGB value is (218,177,241). Sum of RGB (Red+Green+Blue) = 218+177+241=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAB1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB1F1 is #254E0E. Grayscale: #C4C4C4. Windows color (decimal): -2444815 or 15839706. OLE color: 15839706.

HSL color Cylindrical-coordinate representation of color #DAB1F1: hue angle of 278.44º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAB1F1 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218177241-
CMYK0.100.2700.05
HSL278.44º69.57%81.96%-
HSV(B)278.44º26.56%94.51%-
XYZ60.5152.790.2-
YUV196.56153.08143.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 177 (69.53% from 255) = 27.83%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=34.28%
G=27.83%
B=37.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181772410.100.2700.05278.4469.5781.96
HexDAB1F1A1B051164652
Octal332261361123305426106122
Binary110110101011000111110001101011011010110001011010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1F1; }

 p { color: rgb(218,177,241); }

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

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

 a { background-color: rgb(218,177,241); }

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

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

 span { border-color: rgb(218,177,241); }

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