#DAB1F9

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

Shades of Mauve #DAB1F9

Tints of Mauve #DAB1F9

Color information

#DAB1F9 (or 0xDAB1F9) is unknown color: approx Mauve. HEX triplet: DA, B1 and F9. RGB value is (218,177,249). Sum of RGB (Red+Green+Blue) = 218+177+249=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 177 (69.53% from 255 or 27.48% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAB1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB1F9 is #254E06. Grayscale: #C5C5C5. Windows color (decimal): -2444807 or 16363994. OLE color: 16363994.

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

Color convert

RGB218177249-
CMYK0.120.2900.02
HSL274.17º85.71%83.53%-
HSV(B)274.17º28.92%97.65%-
XYZ61.7353.1996.64-
YUV197.47157.08142.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.85%
GREEN value IS 177 (69.53% from 255) = 27.48%
BLUE value IS 249 (97.66% from 255) = 38.66%
R=33.85%
G=27.48%
B=38.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181772490.120.2900.02274.1785.7183.53
HexDAB1F9C1D021125654
Octal332261371143502422126124
Binary11011010101100011111100111001110101010001001010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1F9; }

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

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

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

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

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

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

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

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