#DABAF3

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

Shades of Mauve #DABAF3

Tints of Mauve #DABAF3

Color information

#DABAF3 (or 0xDABAF3) is unknown color: approx Mauve. HEX triplet: DA, BA and F3. RGB value is (218,186,243). Sum of RGB (Red+Green+Blue) = 218+186+243=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #DABAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAF3 is #25450C. Grayscale: #C9C9C9. Windows color (decimal): -2442509 or 15973082. OLE color: 15973082.

HSL color Cylindrical-coordinate representation of color #DABAF3: hue angle of 273.68º degrees, saturation: 0.7, 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 #DABAF3 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218186243-
CMYK0.100.2300.05
HSL273.68º70.37%84.12%-
HSV(B)273.68º23.46%95.29%-
XYZ62.6556.4992.4-
YUV202.07151.1139.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 186 (73.05% from 255) = 28.75%
BLUE value IS 243 (95.31% from 255) = 37.56%
R=33.69%
G=28.75%
B=37.56%

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
Decimal2181862430.100.2300.05273.6870.3784.12
HexDABAF3A17051124654
Octal332272363122705422106124
Binary110110101011101011110011101010111010110001001010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAF3; }

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

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

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

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

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

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

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

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