#DABDFA

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

Shades of Mauve #DABDFA

Tints of Mauve #DABDFA

Color information

#DABDFA (or 0xDABDFA) is unknown color: approx Mauve. HEX triplet: DA, BD and FA. RGB value is (218,189,250). Sum of RGB (Red+Green+Blue) = 218+189+250=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #DABDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDFA is #254205. Grayscale: #CCCCCC. Windows color (decimal): -2441734 or 16432602. OLE color: 16432602.

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

Color convert

RGB218189250-
CMYK0.130.2400.02
HSL268.52º85.92%86.08%-
HSV(B)268.52º24.4%98.04%-
XYZ64.3758.298.28-
YUV204.62153.61137.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.18%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=33.18%
G=28.77%
B=38.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181892500.130.2400.02268.5285.9286.08
HexDABDFAD180210d5656
Octal332275372153002415126126
Binary11011010101111011111101011011100001010000110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDFA; }

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

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

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

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

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

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

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

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