#DAACF5

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

Shades of Mauve #DAACF5

Tints of Mauve #DAACF5

Color information

#DAACF5 (or 0xDAACF5) is unknown color: approx Mauve. HEX triplet: DA, AC and F5. RGB value is (218,172,245). Sum of RGB (Red+Green+Blue) = 218+172+245=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 245 (96.09% from 255 or 38.58% from 635); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACF5 is #25530A. Grayscale: #C1C1C1. Windows color (decimal): -2446091 or 16100570. OLE color: 16100570.

HSL color Cylindrical-coordinate representation of color #DAACF5: hue angle of 277.81º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAACF5 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218172245-
CMYK0.110.3000.04
HSL277.81º78.49%81.76%-
HSV(B)277.81º29.8%96.08%-
XYZ60.155193.06-
YUV194.08156.74145.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 245 (96.09% from 255) = 38.58%
R=34.33%
G=27.09%
B=38.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2181722450.110.3000.04277.8178.4981.76
HexDAACF5B1E041164e52
Octal332254365133604426116122
Binary110110101010110011110101101111110010010001011010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACF5; }

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

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

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

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

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

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

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

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