#DAB1F0

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

Shades of Mauve #DAB1F0

Tints of Mauve #DAB1F0

Color information

#DAB1F0 (or 0xDAB1F0) is unknown color: approx Mauve. HEX triplet: DA, B1 and F0. RGB value is (218,177,240). Sum of RGB (Red+Green+Blue) = 218+177+240=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAB1F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB1F0 is #254E0F. Grayscale: #C4C4C4. Windows color (decimal): -2444816 or 15774170. OLE color: 15774170.

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

Color convert

RGB218177240-
CMYK0.090.2600.06
HSL279.05º67.74%81.76%-
HSV(B)279.05º26.25%94.12%-
XYZ60.3652.6489.42-
YUV196.44152.58143.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 177 (69.53% from 255) = 27.87%
BLUE value IS 240 (94.14% from 255) = 37.80%
R=34.33%
G=27.87%
B=37.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181772400.090.2600.06279.0567.7481.76
HexDAB1F091A061174452
Octal332261360113206427104122
Binary110110101011000111110000100111010011010001011110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1F0; }

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

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

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

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

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

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

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

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