#DAACFA

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

Shades of Mauve #DAACFA

Tints of Mauve #DAACFA

Color information

#DAACFA (or 0xDAACFA) is unknown color: approx Mauve. HEX triplet: DA, AC and FA. RGB value is (218,172,250). Sum of RGB (Red+Green+Blue) = 218+172+250=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACFA is #255305. Grayscale: #C2C2C2. Windows color (decimal): -2446086 or 16428250. OLE color: 16428250.

HSL color Cylindrical-coordinate representation of color #DAACFA: hue angle of 275.38º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAACFA is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218172250-
CMYK0.130.3100.02
HSL275.38º88.64%82.75%-
HSV(B)275.38º31.2%98.04%-
XYZ60.9251.3197.14-
YUV194.65159.24144.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.06%
GREEN value IS 172 (67.58% from 255) = 26.88%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=34.06%
G=26.88%
B=39.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181722500.130.3100.02275.3888.6482.75
HexDAACFAD1F021135953
Octal332254372153702423131123
Binary11011010101011001111101011011111101010001001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACFA; }

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

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

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

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

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

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

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

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