#DAACF0

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

Shades of Mauve #DAACF0

Tints of Mauve #DAACF0

Color information

#DAACF0 (or 0xDAACF0) is unknown color: approx Mauve. HEX triplet: DA, AC and F0. RGB value is (218,172,240). Sum of RGB (Red+Green+Blue) = 218+172+240=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACF0 is #25530F. Grayscale: #C1C1C1. Windows color (decimal): -2446096 or 15772890. OLE color: 15772890.

HSL color Cylindrical-coordinate representation of color #DAACF0: hue angle of 280.59º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAACF0 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218172240-
CMYK0.090.2800.06
HSL280.59º69.39%80.78%-
HSV(B)280.59º28.33%94.12%-
XYZ59.3950.789.09-
YUV193.51154.24145.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 172 (67.58% from 255) = 27.30%
BLUE value IS 240 (94.14% from 255) = 38.10%
R=34.60%
G=27.30%
B=38.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181722400.090.2800.06280.5969.3980.78
HexDAACF091C061194551
Octal332254360113406431105121
Binary110110101010110011110000100111100011010001100110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACF0; }

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

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

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

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

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

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

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

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