#DABAF2

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

Shades of Mauve #DABAF2

Tints of Mauve #DABAF2

Color information

#DABAF2 (or 0xDABAF2) is unknown color: approx Mauve. HEX triplet: DA, BA and F2. RGB value is (218,186,242). Sum of RGB (Red+Green+Blue) = 218+186+242=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #DABAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAF2 is #25450D. Grayscale: #C9C9C9. Windows color (decimal): -2442510 or 15907546. OLE color: 15907546.

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

Color convert

RGB218186242-
CMYK0.100.2300.05
HSL274.29º68.29%83.92%-
HSV(B)274.29º23.14%94.9%-
XYZ62.556.4391.6-
YUV201.95150.6139.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.75%
GREEN value IS 186 (73.05% from 255) = 28.79%
BLUE value IS 242 (94.92% from 255) = 37.46%
R=33.75%
G=28.79%
B=37.46%

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
Decimal2181862420.100.2300.05274.2968.2983.92
HexDABAF2A17051124454
Octal332272362122705422104124
Binary110110101011101011110010101010111010110001001010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAF2; }

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

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

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

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

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

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

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

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