#DABBFE

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

Shades of Mauve #DABBFE

Tints of Mauve #DABBFE

Color information

#DABBFE (or 0xDABBFE) is unknown color: approx Mauve. HEX triplet: DA, BB and FE. RGB value is (218,187,254). Sum of RGB (Red+Green+Blue) = 218+187+254=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #DABBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBFE is #254401. Grayscale: #CBCBCB. Windows color (decimal): -2442242 or 16694234. OLE color: 16694234.

HSL color Cylindrical-coordinate representation of color #DABBFE: hue angle of 267.76º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DABBFE is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218187254-
CMYK0.140.2600.00
HSL267.76º97.1%86.47%-
HSV(B)267.76º26.38%99.61%-
XYZ64.5757.6101.48-
YUV203.91156.27138.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.08%
GREEN value IS 187 (73.44% from 255) = 28.38%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=33.08%
G=28.38%
B=38.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181872540.140.2600.00267.7697.186.47
HexDABBFEE1A0010c6156
Octal332273376163200414141126
Binary1101101010111011111111101110110100010000110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBFE; }

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

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

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

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

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

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

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

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