#DAACF3

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

Shades of Mauve #DAACF3

Tints of Mauve #DAACF3

Color information

#DAACF3 (or 0xDAACF3) is unknown color: approx Mauve. HEX triplet: DA, AC and F3. RGB value is (218,172,243). Sum of RGB (Red+Green+Blue) = 218+172+243=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACF3 is #25530C. Grayscale: #C1C1C1. Windows color (decimal): -2446093 or 15969498. OLE color: 15969498.

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

Color convert

RGB218172243-
CMYK0.100.2900.05
HSL278.87º74.74%81.37%-
HSV(B)278.87º29.22%95.29%-
XYZ59.8450.8891.46-
YUV193.85155.74145.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 172 (67.58% from 255) = 27.17%
BLUE value IS 243 (95.31% from 255) = 38.39%
R=34.44%
G=27.17%
B=38.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181722430.100.2900.05278.8774.7481.37
HexDAACF3A1D051174b51
Octal332254363123505427113121
Binary110110101010110011110011101011101010110001011110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACF3; }

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

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

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

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

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

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

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

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