#DAACF7

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

Shades of Mauve #DAACF7

Tints of Mauve #DAACF7

Color information

#DAACF7 (or 0xDAACF7) is unknown color: approx Mauve. HEX triplet: DA, AC and F7. RGB value is (218,172,247). Sum of RGB (Red+Green+Blue) = 218+172+247=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACF7 is #255308. Grayscale: #C2C2C2. Windows color (decimal): -2446089 or 16231642. OLE color: 16231642.

HSL color Cylindrical-coordinate representation of color #DAACF7: hue angle of 276.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAACF7 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218172247-
CMYK0.120.3000.03
HSL276.8º82.42%82.16%-
HSV(B)276.8º30.36%96.86%-
XYZ60.4551.1394.68-
YUV194.3157.74144.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 172 (67.58% from 255) = 27.00%
BLUE value IS 247 (96.88% from 255) = 38.78%
R=34.22%
G=27.00%
B=38.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2181722470.120.3000.03276.882.4282.16
HexDAACF7C1E031155252
Octal332254367143603425122122
Binary11011010101011001111011111001111001110001010110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACF7; }

 p { color: rgb(218,172,247); }

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

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

 a { background-color: rgb(218,172,247); }

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

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

 span { border-color: rgb(218,172,247); }

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