#DABCFB

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

Shades of Mauve #DABCFB

Tints of Mauve #DABCFB

Color information

#DABCFB (or 0xDABCFB) is unknown color: approx Mauve. HEX triplet: DA, BC and FB. RGB value is (218,188,251). Sum of RGB (Red+Green+Blue) = 218+188+251=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #DABCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCFB is #254304. Grayscale: #CBCBCB. Windows color (decimal): -2441989 or 16497882. OLE color: 16497882.

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

Color convert

RGB218188251-
CMYK0.130.2500.02
HSL268.57º88.73%86.08%-
HSV(B)268.57º25.1%98.43%-
XYZ64.3157.8499.04-
YUV204.15154.44137.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.18%
GREEN value IS 188 (73.83% from 255) = 28.61%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=33.18%
G=28.61%
B=38.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181882510.130.2500.02268.5788.7386.08
HexDABCFBD190210d5956
Octal332274373153102415131126
Binary11011010101111001111101111011100101010000110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCFB; }

 p { color: rgb(218,188,251); }

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

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

 a { background-color: rgb(218,188,251); }

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

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

 span { border-color: rgb(218,188,251); }

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