#DAABF3

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

Shades of Mauve #DAABF3

Tints of Mauve #DAABF3

Color information

#DAABF3 (or 0xDAABF3) is unknown color: approx Mauve. HEX triplet: DA, AB and F3. RGB value is (218,171,243). Sum of RGB (Red+Green+Blue) = 218+171+243=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABF3 is #25540C. Grayscale: #C1C1C1. Windows color (decimal): -2446349 or 15969242. OLE color: 15969242.

HSL color Cylindrical-coordinate representation of color #DAABF3: hue angle of 279.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAABF3 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218171243-
CMYK0.100.3000.05
HSL279.17º75%81.18%-
HSV(B)279.17º29.63%95.29%-
XYZ59.6550.591.4-
YUV193.26156.07145.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 171 (67.19% from 255) = 27.06%
BLUE value IS 243 (95.31% from 255) = 38.45%
R=34.49%
G=27.06%
B=38.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181712430.100.3000.05279.177581.18
HexDAABF3A1E051174b51
Octal332253363123605427113121
Binary110110101010101111110011101011110010110001011110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABF3; }

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

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

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

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

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

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

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

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