#DABBFB

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

Shades of Mauve #DABBFB

Tints of Mauve #DABBFB

Color information

#DABBFB (or 0xDABBFB) is unknown color: approx Mauve. HEX triplet: DA, BB and FB. RGB value is (218,187,251). Sum of RGB (Red+Green+Blue) = 218+187+251=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #DABBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBFB is #254404. Grayscale: #CBCBCB. Windows color (decimal): -2442245 or 16497626. OLE color: 16497626.

HSL color Cylindrical-coordinate representation of color #DABBFB: hue angle of 269.06º 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 #DABBFB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218187251-
CMYK0.130.2500.02
HSL269.06º88.89%85.88%-
HSV(B)269.06º25.5%98.43%-
XYZ64.157.4198.97-
YUV203.56154.77138.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.23%
GREEN value IS 187 (73.44% from 255) = 28.51%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=33.23%
G=28.51%
B=38.26%

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
Decimal2181872510.130.2500.02269.0688.8985.88
HexDABBFBD190210d5956
Octal332273373153102415131126
Binary11011010101110111111101111011100101010000110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBFB; }

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

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

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

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

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

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

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

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