#DABAF1

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

Shades of Mauve #DABAF1

Tints of Mauve #DABAF1

Color information

#DABAF1 (or 0xDABAF1) is unknown color: approx Mauve. HEX triplet: DA, BA and F1. RGB value is (218,186,241). Sum of RGB (Red+Green+Blue) = 218+186+241=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #DABAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAF1 is #25450E. Grayscale: #C9C9C9. Windows color (decimal): -2442511 or 15842010. OLE color: 15842010.

HSL color Cylindrical-coordinate representation of color #DABAF1: hue angle of 274.91º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DABAF1 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218186241-
CMYK0.100.2300.05
HSL274.91º66.27%83.73%-
HSV(B)274.91º22.82%94.51%-
XYZ62.3556.3790.81-
YUV201.84150.1139.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.80%
GREEN value IS 186 (73.05% from 255) = 28.84%
BLUE value IS 241 (94.53% from 255) = 37.36%
R=33.80%
G=28.84%
B=37.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181862410.100.2300.05274.9166.2783.73
HexDABAF1A17051134254
Octal332272361122705423102124
Binary110110101011101011110001101010111010110001001110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAF1; }

 p { color: rgb(218,186,241); }

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

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

 a { background-color: rgb(218,186,241); }

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

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

 span { border-color: rgb(218,186,241); }

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