#DABBFA

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

Shades of Mauve #DABBFA

Tints of Mauve #DABBFA

Color information

#DABBFA (or 0xDABBFA) is unknown color: approx Mauve. HEX triplet: DA, BB and FA. RGB value is (218,187,250). Sum of RGB (Red+Green+Blue) = 218+187+250=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #DABBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBFA is #254405. Grayscale: #CBCBCB. Windows color (decimal): -2442246 or 16432090. OLE color: 16432090.

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

Color convert

RGB218187250-
CMYK0.130.2500.02
HSL269.52º86.3%85.69%-
HSV(B)269.52º25.2%98.04%-
XYZ63.9457.3598.14-
YUV203.45154.27138.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 187 (73.44% from 255) = 28.55%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=33.28%
G=28.55%
B=38.17%

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
Decimal2181872500.130.2500.02269.5286.385.69
HexDABBFAD190210e5656
Octal332273372153102416126126
Binary11011010101110111111101011011100101010000111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBFA; }

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

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

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

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

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

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

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

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