#DAB1F3

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

Shades of Mauve #DAB1F3

Tints of Mauve #DAB1F3

Color information

#DAB1F3 (or 0xDAB1F3) is unknown color: approx Mauve. HEX triplet: DA, B1 and F3. RGB value is (218,177,243). Sum of RGB (Red+Green+Blue) = 218+177+243=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 177 (69.53% from 255 or 27.74% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAB1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB1F3 is #254E0C. Grayscale: #C4C4C4. Windows color (decimal): -2444813 or 15970778. OLE color: 15970778.

HSL color Cylindrical-coordinate representation of color #DAB1F3: hue angle of 277.27º degrees, saturation: 0.73, 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 #DAB1F3 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218177243-
CMYK0.100.2700.05
HSL277.27º73.33%82.35%-
HSV(B)277.27º27.16%95.29%-
XYZ60.8152.8291.78-
YUV196.78154.08143.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 177 (69.53% from 255) = 27.74%
BLUE value IS 243 (95.31% from 255) = 38.09%
R=34.17%
G=27.74%
B=38.09%

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
Decimal2181772430.100.2700.05277.2773.3382.35
HexDAB1F3A1B051154952
Octal332261363123305425111122
Binary110110101011000111110011101011011010110001010110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1F3; }

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

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

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

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

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

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

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

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